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>
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... | |
Message sent from client to testing service to reconfigure a (stopped) a peer.
struct GNUNET_MessageHeader GNUNET_TESTBED_PeerReconfigureMessage::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_RECONFIGURE_PEER.
Definition at line 229 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
uint32_t GNUNET_TESTBED_PeerReconfigureMessage::peer_id |
uint64_t GNUNET_TESTBED_PeerReconfigureMessage::operation_id |
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_().