Response message for ControllerLinkRequest message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed.h>
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... | |
struct GNUNET_MessageHeader GNUNET_TESTBED_ControllerLinkResponse::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT.
Definition at line 162 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
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().
uint16_t GNUNET_TESTBED_ControllerLinkResponse::success |
Set to GNUNET_YES to signify SUCCESS; GNUNET_NO to signify failure.
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().