GNUnet 0.21.2
GNUNET_ARM_Message Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/arm/arm.h>

Collaboration diagram for GNUNET_ARM_Message:
[legend]

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

Detailed Description

Definition at line 56 of file arm.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_ARM_Message::header

◆ reserved

uint32_t GNUNET_ARM_Message::reserved

For alignment.

Definition at line 70 of file arm.h.

◆ request_id

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


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