GNUnet 0.21.1
GNUNET_ARM_ListResultMessage Struct Reference

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>

Collaboration diagram for GNUNET_ARM_ListResultMessage:
[legend]

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...
 

Detailed Description

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).

Definition at line 144 of file arm.h.

Field Documentation

◆ arm_msg

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().

◆ count

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().


The documentation for this struct was generated from the following file: