GNUnet 0.21.1
GNUNET_TRANSPORT_TESTING_Handle Struct Reference

Handle for a test run. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport-testing2.h>

Collaboration diagram for GNUNET_TRANSPORT_TESTING_Handle:
[legend]

Data Fields

struct GNUNET_TESTING_Systemtl_system
 Testing library system handle. More...
 
struct GNUNET_TRANSPORT_TESTING_ConnectRequestcc_head
 head DLL of connect contexts More...
 
struct GNUNET_TRANSPORT_TESTING_ConnectRequestcc_tail
 head DLL of connect contexts More...
 
struct GNUNET_TRANSPORT_TESTING_PeerContextp_head
 head DLL of peers More...
 
struct GNUNET_TRANSPORT_TESTING_PeerContextp_tail
 tail DLL of peers More...
 

Detailed Description

Handle for a test run.

Definition at line 232 of file transport-testing2.h.

Field Documentation

◆ tl_system

struct GNUNET_TESTING_System* GNUNET_TRANSPORT_TESTING_Handle::tl_system

Testing library system handle.

Definition at line 237 of file transport-testing2.h.

Referenced by GNUNET_TRANSPORT_TESTING_done(), GNUNET_TRANSPORT_TESTING_init(), and GNUNET_TRANSPORT_TESTING_start_peer().

◆ cc_head

◆ cc_tail

struct GNUNET_TRANSPORT_TESTING_ConnectRequest* GNUNET_TRANSPORT_TESTING_Handle::cc_tail

head DLL of connect contexts

Definition at line 247 of file transport-testing2.h.

Referenced by GNUNET_TRANSPORT_TESTING_connect_peers(), GNUNET_TRANSPORT_TESTING_connect_peers_cancel(), and notify_connect().

◆ p_head

struct GNUNET_TRANSPORT_TESTING_PeerContext* GNUNET_TRANSPORT_TESTING_Handle::p_head

◆ p_tail

struct GNUNET_TRANSPORT_TESTING_PeerContext* GNUNET_TRANSPORT_TESTING_Handle::p_tail

tail DLL of peers

Definition at line 257 of file transport-testing2.h.

Referenced by GNUNET_TRANSPORT_TESTING_start_peer(), and GNUNET_TRANSPORT_TESTING_stop_peer().


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