Reply to GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIGURATION 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_SLAVE_CONFIGURATION. More... | |
uint32_t | slave_id |
The id of the host where the slave is running. More... | |
uint64_t | operation_id |
Operation ID. More... | |
uint16_t | config_size |
The size of the configuration when uncompressed. More... | |
Reply to GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIGURATION message.
struct GNUNET_MessageHeader GNUNET_TESTBED_SlaveConfiguration::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION.
Definition at line 652 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
uint32_t GNUNET_TESTBED_SlaveConfiguration::slave_id |
The id of the host where the slave is running.
Definition at line 669 of file testbed.h.
Referenced by handle_slave_get_config().
uint64_t GNUNET_TESTBED_SlaveConfiguration::operation_id |
uint16_t GNUNET_TESTBED_SlaveConfiguration::config_size |
The size of the configuration when uncompressed.
Definition at line 679 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_(), and handle_slave_get_config().