Data for the OperationType OP_PEER_INFO. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_peers.h>
Data Fields | |
struct GNUNET_TESTBED_Peer * | peer |
The peer whose information has been requested. More... | |
GNUNET_TESTBED_PeerInfoCallback | cb |
The Peer info callback to call when this operation has completed. More... | |
void * | cb_cls |
The closure for peer info callback. More... | |
enum GNUNET_TESTBED_PeerInformationType | pit |
The type of peer information requested. More... | |
Data for the OperationType OP_PEER_INFO.
Definition at line 177 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Peer* PeerInfoData::peer |
The peer whose information has been requested.
Definition at line 182 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_PeerInfoCallback PeerInfoData::cb |
The Peer info callback to call when this operation has completed.
Definition at line 187 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_peer_get_information().
void* PeerInfoData::cb_cls |
The closure for peer info callback.
Definition at line 192 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_peer_get_information().
enum GNUNET_TESTBED_PeerInformationType PeerInfoData::pit |
The type of peer information requested.
Definition at line 192 of file testbed_api_peers.h.
Referenced by GNUNET_TESTBED_peer_get_information().