Peer configuration and identity reply from controller to a client. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed.h>
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... | |
Peer configuration and identity reply from controller to a client.
struct GNUNET_MessageHeader GNUNET_TESTBED_PeerConfigurationInformationMessage::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION.
Definition at line 596 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
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().
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().
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().
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().