Data returned from GNUNET_TESTBED_peer_get_information. More...
#include <gnunet_testbed_service.h>
Data Fields | |
enum GNUNET_TESTBED_PeerInformationType | pit |
Peer information type; captures which of the types in the 'op_result' is actually in use. More... | |
union { | |
struct GNUNET_CONFIGURATION_Handle * cfg | |
The configuration of the peer. More... | |
struct GNUNET_PeerIdentity * id | |
The identity of the peer. More... | |
} | result |
The result of the get information operation; Choose according to the pit. More... | |
Data returned from GNUNET_TESTBED_peer_get_information.
Definition at line 725 of file gnunet_testbed_service.h.
enum GNUNET_TESTBED_PeerInformationType GNUNET_TESTBED_PeerInformation::pit |
Peer information type; captures which of the types in the 'op_result' is actually in use.
Definition at line 380 of file gnunet_testbed_service.h.
Referenced by handle_peer_config(), on_peer(), and peer_info_cb().
struct GNUNET_CONFIGURATION_Handle* GNUNET_TESTBED_PeerInformation::cfg |
The configuration of the peer.
Definition at line 741 of file gnunet_testbed_service.h.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), handle_peer_config(), on_peer(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_PeerIdentity* GNUNET_TESTBED_PeerInformation::id |
The identity of the peer.
Definition at line 746 of file gnunet_testbed_service.h.
Referenced by handle_peer_config(), info_cb(), peer_id_cb(), peer_info_cb(), and gnunet_testing.Peer::start().
union { ... } GNUNET_TESTBED_PeerInformation::result |
The result of the get information operation; Choose according to the pit.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), handle_peer_config(), info_cb(), on_peer(), peer_id_cb(), and peer_info_cb().