GNUnet  0.19.5
GNUNET_TESTBED_PeerInformation Struct Reference

Data returned from GNUNET_TESTBED_peer_get_information. More...

#include <gnunet_testbed_service.h>

Collaboration diagram for GNUNET_TESTBED_PeerInformation:
[legend]

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...
 

Detailed Description

Data returned from GNUNET_TESTBED_peer_get_information.

Definition at line 725 of file gnunet_testbed_service.h.

Field Documentation

◆ pit

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().

◆ cfg

◆ id

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().

◆ 


The documentation for this struct was generated from the following file: