Data for OperationType OP_PEER_START and OP_PEER_STOP. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_peers.h>
Data Fields | |
struct GNUNET_TESTBED_Peer * | peer |
The handle of the peer to start. More... | |
GNUNET_TESTBED_PeerChurnCallback | pcc |
The Peer churn callback to call when this operation is completed. More... | |
void * | pcc_cls |
Closure for the above callback. More... | |
Data for OperationType OP_PEER_START and OP_PEER_STOP.
Definition at line 141 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Peer* PeerEventData::peer |
The handle of the peer to start.
Definition at line 146 of file testbed_api_peers.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
GNUNET_TESTBED_PeerChurnCallback PeerEventData::pcc |
The Peer churn callback to call when this operation is completed.
Definition at line 151 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_peer_start(), GNUNET_TESTBED_peer_stop(), and handle_peer_event().
void* PeerEventData::pcc_cls |
Closure for the above callback.
Definition at line 156 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_peer_start(), GNUNET_TESTBED_peer_stop(), and handle_peer_event().