GNUnet  0.19.5
GNUNET_TESTBED_PeerReconfigureMessage Struct Reference

Message sent from client to testing service to reconfigure a (stopped) a peer. More...

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

Collaboration diagram for GNUNET_TESTBED_PeerReconfigureMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_RECONFIGURE_PEER. More...
 
uint32_t peer_id
 Unique ID for the peer. More...
 
uint64_t operation_id
 Operation ID that is used to identify this operation. More...
 
uint16_t config_size
 The length of the serialized configuration when uncompressed. More...
 

Detailed Description

Message sent from client to testing service to reconfigure a (stopped) a peer.

Definition at line 240 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerReconfigureMessage::header

◆ peer_id

uint32_t GNUNET_TESTBED_PeerReconfigureMessage::peer_id

Unique ID for the peer.

Definition at line 250 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_PeerReconfigureMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 255 of file testbed.h.

◆ config_size

uint16_t GNUNET_TESTBED_PeerReconfigureMessage::config_size

The length of the serialized configuration when uncompressed.

Definition at line 260 of file testbed.h.

Referenced by GNUNET_TESTBED_extract_config_().


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