GNUnet  0.20.0
GNUNET_TESTBED_PeerDestroyMessage Struct Reference

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

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

Collaboration diagram for GNUNET_TESTBED_PeerDestroyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_DESTROY_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 destroy a (stopped) peer.

Definition at line 317 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerDestroyMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_DESTROY_PEER.

Definition at line 309 of file testbed.h.

◆ peer_id

uint32_t GNUNET_TESTBED_PeerDestroyMessage::peer_id

Unique ID for the peer.

Definition at line 327 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_PeerDestroyMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 332 of file testbed.h.


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