GNUnet  0.20.0
GNUNET_TESTBED_PeerGetConfigurationMessage Struct Reference

Message sent from client to testing service to obtain the configuration of a peer. More...

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

Collaboration diagram for GNUNET_TESTBED_PeerGetConfigurationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_GET_PEER_INFORMATION. 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 obtain the configuration of a peer.

Definition at line 581 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerGetConfigurationMessage::header

◆ peer_id

uint32_t GNUNET_TESTBED_PeerGetConfigurationMessage::peer_id

Unique ID for the peer.

Definition at line 591 of file testbed.h.

Referenced by p2_controller_connect_cb().

◆ operation_id

uint64_t GNUNET_TESTBED_PeerGetConfigurationMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 596 of file testbed.h.

Referenced by GNUNET_TESTBED_generate_peergetconfig_msg_(), and p2_controller_connect_cb().


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