#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/arm/arm.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Reply to client, type is GNUNET_MESSAGE_TYPE_ARM_RESULT or GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT. More... | |
uint32_t | reserved |
For alignment. More... | |
uint64_t | request_id |
ID of a request that is being replied to. More... | |
struct GNUNET_MessageHeader GNUNET_ARM_Message::header |
Reply to client, type is GNUNET_MESSAGE_TYPE_ARM_RESULT or GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT.
OR Request from client, type is GNUNET_MESSAGE_TYPE_ARM_START or GNUNET_MESSAGE_TYPE_ARM_STOP.
Definition at line 65 of file arm.h.
Referenced by check_arm_list_result(), and handle_arm_list_result().
uint64_t GNUNET_ARM_Message::request_id |
ID of a request that is being replied to.
OR ID of a request that is being sent.
Definition at line 77 of file arm.h.
Referenced by handle_arm_list_result(), handle_start(), and handle_stop().