Data structure for OperationType OP_OVERLAY_CONNECT. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_peers.h>
Data Fields | |
struct GNUNET_TESTBED_Peer * | p1 |
Peer A to connect to peer B. More... | |
struct GNUNET_TESTBED_Peer * | p2 |
Peer B. More... | |
GNUNET_TESTBED_OperationCompletionCallback | cb |
The operation completion callback to call once this operation is done. More... | |
void * | cb_cls |
The closure for the above callback. More... | |
struct OperationContext * | sub_opc |
OperationContext for forwarded operations generated when peer1's controller doesn't have the configuration of peer2's controller for linking laterally to attempt an overlay connection between peer 1 and peer 2. More... | |
Data structure for OperationType OP_OVERLAY_CONNECT.
Definition at line 226 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Peer* OverlayConnectData::p1 |
Peer A to connect to peer B.
Definition at line 231 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_overlay_connect().
struct GNUNET_TESTBED_Peer* OverlayConnectData::p2 |
Peer B.
Definition at line 236 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_overlay_connect().
GNUNET_TESTBED_OperationCompletionCallback OverlayConnectData::cb |
The operation completion callback to call once this operation is done.
Definition at line 241 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_overlay_connect(), and handle_peer_conevent().
void* OverlayConnectData::cb_cls |
The closure for the above callback.
Definition at line 246 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_overlay_connect(), and handle_peer_conevent().
struct OperationContext* OverlayConnectData::sub_opc |
OperationContext for forwarded operations generated when peer1's controller doesn't have the configuration of peer2's controller for linking laterally to attempt an overlay connection between peer 1 and peer 2.
Definition at line 253 of file testbed_api_peers.h.