GNUnet  0.20.0
GNUNET_TESTBED_PeerConfigurationInformationMessage Struct Reference

Peer configuration and identity reply from controller to a client. More...

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

Collaboration diagram for GNUNET_TESTBED_PeerConfigurationInformationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION. More...
 
uint32_t peer_id
 The id of the peer relevant to this information. More...
 
uint64_t operation_id
 Operation ID of the operation that created this event. More...
 
struct GNUNET_PeerIdentity peer_identity
 Identity of the peer. More...
 
uint16_t config_size
 The size of configuration when uncompressed. More...
 

Detailed Description

Peer configuration and identity reply from controller to a client.

Definition at line 603 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerConfigurationInformationMessage::header

◆ peer_id

uint32_t GNUNET_TESTBED_PeerConfigurationInformationMessage::peer_id

The id of the peer relevant to this information.

Definition at line 613 of file testbed.h.

Referenced by handle_peer_get_config().

◆ operation_id

uint64_t GNUNET_TESTBED_PeerConfigurationInformationMessage::operation_id

Operation ID of the operation that created this event.

Definition at line 618 of file testbed.h.

Referenced by handle_peer_get_config().

◆ peer_identity

struct GNUNET_PeerIdentity GNUNET_TESTBED_PeerConfigurationInformationMessage::peer_identity

Identity of the peer.

Definition at line 618 of file testbed.h.

Referenced by handle_peer_get_config(), and overlay_connect_get_config().

◆ config_size

uint16_t GNUNET_TESTBED_PeerConfigurationInformationMessage::config_size

The size of configuration when uncompressed.

Definition at line 628 of file testbed.h.

Referenced by GNUNET_TESTBED_extract_config_(), and handle_peer_get_config().


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