Data for the OperationType OP_PEER_CREATE. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_peers.h>
Data Fields | |
struct GNUNET_TESTBED_Host * | host |
The host where the peer has to be created. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
The template configuration of the peer. More... | |
GNUNET_TESTBED_PeerCreateCallback | cb |
The call back to call when we receive peer create success message. More... | |
void * | cls |
The closure for the above callback. More... | |
struct GNUNET_TESTBED_Peer * | peer |
The peer structure to return when we get success message. More... | |
Data for the OperationType OP_PEER_CREATE.
Definition at line 109 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Host* PeerCreateData::host |
The host where the peer has to be created.
Definition at line 114 of file testbed_api_peers.h.
const struct GNUNET_CONFIGURATION_Handle* PeerCreateData::cfg |
The template configuration of the peer.
Definition at line 119 of file testbed_api_peers.h.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
GNUNET_TESTBED_PeerCreateCallback PeerCreateData::cb |
The call back to call when we receive peer create success message.
Definition at line 124 of file testbed_api_peers.h.
void* PeerCreateData::cls |
The closure for the above callback.
Definition at line 129 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Peer* PeerCreateData::peer |
The peer structure to return when we get success message.
Definition at line 134 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().