GNUnet  0.19.5
GNUNET_TESTBED_ControllerLinkResponse Struct Reference

Response message for ControllerLinkRequest message. More...

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

Collaboration diagram for GNUNET_TESTBED_ControllerLinkResponse:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT. More...
 
uint16_t config_size
 The size of the compressed configuration. More...
 
uint16_t success
 Set to GNUNET_YES to signify SUCCESS; GNUNET_NO to signify failure. More...
 
uint64_t operation_id
 The id of the operation which created this message. More...
 

Detailed Description

Response message for ControllerLinkRequest message.

Definition at line 169 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_ControllerLinkResponse::header

◆ config_size

uint16_t GNUNET_TESTBED_ControllerLinkResponse::config_size

The size of the compressed configuration.

Can be ZERO if the controller is not started (depends on the ControllerLinkRequest). NBO.

Definition at line 180 of file testbed.h.

Referenced by GNUNET_TESTBED_extract_config_(), and send_controller_link_response().

◆ success

uint16_t GNUNET_TESTBED_ControllerLinkResponse::success

Set to GNUNET_YES to signify SUCCESS; GNUNET_NO to signify failure.

Definition at line 185 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_ControllerLinkResponse::operation_id

The id of the operation which created this message.

NBO

Definition at line 190 of file testbed.h.

Referenced by send_controller_link_response().


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