Message sent from client to testing service to create (configure, but not start) 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_CREATE_PEER. More... | |
uint32_t | host_id |
On which host should the peer be started? More... | |
uint64_t | operation_id |
Unique operation id. More... | |
uint32_t | peer_id |
Unique ID for the peer. More... | |
uint16_t | config_size |
Size of the uncompressed configuration. More... | |
Message sent from client to testing service to create (configure, but not start) a peer.
struct GNUNET_MessageHeader GNUNET_TESTBED_PeerCreateMessage::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_CREATE_PEER.
Definition at line 190 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
uint32_t GNUNET_TESTBED_PeerCreateMessage::host_id |
uint64_t GNUNET_TESTBED_PeerCreateMessage::operation_id |
uint32_t GNUNET_TESTBED_PeerCreateMessage::peer_id |
uint16_t GNUNET_TESTBED_PeerCreateMessage::config_size |
Size of the uncompressed configuration.
Definition at line 229 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().