GNUnet  0.20.0
GNUNET_TESTBED_SlaveGetConfigurationMessage Struct Reference

Message to request configuration of a slave controller. More...

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

Collaboration diagram for GNUNET_TESTBED_SlaveGetConfigurationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIGURATION. More...
 
uint32_t slave_id
 The id of the slave host. More...
 
uint64_t operation_id
 Operation ID. More...
 

Detailed Description

Message to request configuration of a slave controller.

Definition at line 637 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_SlaveGetConfigurationMessage::header

◆ slave_id

uint32_t GNUNET_TESTBED_SlaveGetConfigurationMessage::slave_id

The id of the slave host.

Definition at line 647 of file testbed.h.

Referenced by GNUNET_TESTBED_generate_slavegetconfig_msg_().

◆ operation_id

uint64_t GNUNET_TESTBED_SlaveGetConfigurationMessage::operation_id

Operation ID.

Definition at line 652 of file testbed.h.


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