Initialization message for gnunet-helper-testbed to start testbed service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_helper.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT. More... | |
uint16_t | trusted_ip_size |
The controller hostname size excluding the NULL termination character - strlen (hostname); cannot be zero. More... | |
uint16_t | hostname_size |
The hostname size excluding the NULL termination character - strlen (hostname); cannot be zero. More... | |
uint16_t | config_size |
The size of the uncompressed configuration. More... | |
Initialization message for gnunet-helper-testbed to start testbed service.
Definition at line 35 of file testbed_helper.h.
struct GNUNET_MessageHeader GNUNET_TESTBED_HelperInit::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT.
Definition at line 87 of file testbed_helper.h.
uint16_t GNUNET_TESTBED_HelperInit::trusted_ip_size |
The controller hostname size excluding the NULL termination character - strlen (hostname); cannot be zero.
Definition at line 46 of file testbed_helper.h.
Referenced by tokenizer_cb().
uint16_t GNUNET_TESTBED_HelperInit::hostname_size |
The hostname size excluding the NULL termination character - strlen (hostname); cannot be zero.
Definition at line 52 of file testbed_helper.h.
Referenced by tokenizer_cb().
uint16_t GNUNET_TESTBED_HelperInit::config_size |
The size of the uncompressed configuration.
Definition at line 57 of file testbed_helper.h.
Referenced by GNUNET_TESTBED_create_helper_init_msg_(), and tokenizer_cb().