GNUnet  0.20.0
GNUNET_TESTBED_PeerStartMessage Struct Reference

Message sent from client to testing service to start a peer. More...

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

Collaboration diagram for GNUNET_TESTBED_PeerStartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_START_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...
 

Detailed Description

Message sent from client to testing service to start a peer.

Definition at line 271 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerStartMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_START_PEER.

Definition at line 260 of file testbed.h.

◆ peer_id

uint32_t GNUNET_TESTBED_PeerStartMessage::peer_id

Unique ID for the peer.

Definition at line 281 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_PeerStartMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 286 of file testbed.h.


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