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>
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... | |
Message sent from client to testing service to obtain the configuration of a peer.
struct GNUNET_MessageHeader GNUNET_TESTBED_PeerGetConfigurationMessage::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_GET_PEER_INFORMATION.
Definition at line 573 of file testbed.h.
Referenced by p2_controller_connect_cb().
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().
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().