Reply from ARM to client for the GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count '\0' terminated strings. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/arm/arm.h>
Data Fields | |
struct GNUNET_ARM_Message | arm_msg |
Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT, with an ID. More... | |
uint16_t | count |
Number of 'struct GNUNET_ARM_ServiceInfoMessage' that are at the end of this message. More... | |
Reply from ARM to client for the GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count '\0' terminated strings.
header->size contains the total size (including all strings).
struct GNUNET_ARM_Message GNUNET_ARM_ListResultMessage::arm_msg |
Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT, with an ID.
Definition at line 150 of file arm.h.
Referenced by check_arm_list_result(), and handle_arm_list_result().
uint16_t GNUNET_ARM_ListResultMessage::count |
Number of 'struct GNUNET_ARM_ServiceInfoMessage' that are at the end of this message.
Definition at line 156 of file arm.h.
Referenced by check_arm_list_result(), and handle_arm_list_result().