GNUnet  0.19.5
GNUNET_TESTBED_SlaveConfiguration Struct Reference

Reply to GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIGURATION message. More...

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

Collaboration diagram for GNUNET_TESTBED_SlaveConfiguration:
[legend]

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

Detailed Description

Reply to GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIGURATION message.

Definition at line 659 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_SlaveConfiguration::header

◆ slave_id

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

◆ operation_id

uint64_t GNUNET_TESTBED_SlaveConfiguration::operation_id

Operation ID.

Definition at line 674 of file testbed.h.

Referenced by handle_slave_get_config().

◆ config_size

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


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