GNUnet  0.19.5
GNUNET_TESTBED_ManagePeerServiceMessage Struct Reference

Message to start/stop services of a peer. More...

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

Collaboration diagram for GNUNET_TESTBED_ManagePeerServiceMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS. More...
 
uint32_t peer_id
 Unique ID of the peer whose service has to be managed. More...
 
uint64_t operation_id
 Operation ID. More...
 
uint8_t start
 set this to 1 to start the service; 0 to stop the service More...
 

Detailed Description

Message to start/stop services of a peer.

Definition at line 705 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_ManagePeerServiceMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS.

Definition at line 698 of file testbed.h.

◆ peer_id

uint32_t GNUNET_TESTBED_ManagePeerServiceMessage::peer_id

Unique ID of the peer whose service has to be managed.

Definition at line 715 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_ManagePeerServiceMessage::operation_id

Operation ID.

Definition at line 720 of file testbed.h.

◆ start

uint8_t GNUNET_TESTBED_ManagePeerServiceMessage::start

set this to 1 to start the service; 0 to stop the service

Definition at line 725 of file testbed.h.


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