GNUnet  0.20.0
GNUNET_TESTBED_PeerCreateMessage Struct Reference

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>

Collaboration diagram for GNUNET_TESTBED_PeerCreateMessage:
[legend]

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

Detailed Description

Message sent from client to testing service to create (configure, but not start) a peer.

Definition at line 204 of file testbed.h.

Field Documentation

◆ header

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

◆ host_id

uint32_t GNUNET_TESTBED_PeerCreateMessage::host_id

On which host should the peer be started?

Definition at line 214 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_PeerCreateMessage::operation_id

Unique operation id.

Definition at line 219 of file testbed.h.

◆ peer_id

uint32_t GNUNET_TESTBED_PeerCreateMessage::peer_id

Unique ID for the peer.

Definition at line 224 of file testbed.h.

◆ config_size

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


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