Message sent from client to testing service to connect two peers. 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_OVERLAY_CONNECT. More... | |
uint32_t | peer1 |
Unique ID for the first peer. More... | |
uint64_t | operation_id |
Operation ID that is used to identify this operation. More... | |
uint32_t | peer2 |
Unique ID for the second peer. More... | |
uint32_t | peer2_host_id |
The ID of the host which runs peer2. More... | |
Message sent from client to testing service to connect two peers.
struct GNUNET_MessageHeader GNUNET_TESTBED_OverlayConnectMessage::header |
uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer1 |
uint64_t GNUNET_TESTBED_OverlayConnectMessage::operation_id |
uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer2 |
Unique ID for the second peer.
Definition at line 395 of file testbed.h.
Referenced by gnunet_testing.EqualStatisticsCondition::check(), and gnunet_testing.EqualStatisticsCondition::evaluate().
uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer2_host_id |