Handle for a test run. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport-testing2.h>
Data Fields | |
struct GNUNET_TESTBED_System * | tl_system |
Testing library system handle. More... | |
struct GNUNET_TRANSPORT_TESTING_ConnectRequest * | cc_head |
head DLL of connect contexts More... | |
struct GNUNET_TRANSPORT_TESTING_ConnectRequest * | cc_tail |
head DLL of connect contexts More... | |
struct GNUNET_TRANSPORT_TESTING_PeerContext * | p_head |
head DLL of peers More... | |
struct GNUNET_TRANSPORT_TESTING_PeerContext * | p_tail |
tail DLL of peers More... | |
Handle for a test run.
Definition at line 232 of file transport-testing2.h.
struct GNUNET_TESTBED_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().
struct GNUNET_TRANSPORT_TESTING_ConnectRequest* GNUNET_TRANSPORT_TESTING_Handle::cc_head |
head DLL of connect contexts
Definition at line 242 of file transport-testing2.h.
Referenced by GNUNET_TRANSPORT_TESTING_connect_peers(), GNUNET_TRANSPORT_TESTING_connect_peers_cancel(), GNUNET_TRANSPORT_TESTING_done(), GNUNET_TRANSPORT_TESTING_find_connecting_context(), GNUNET_TRANSPORT_TESTING_stop_peer(), notify_connect(), and notify_disconnect().
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().
struct GNUNET_TRANSPORT_TESTING_PeerContext* GNUNET_TRANSPORT_TESTING_Handle::p_head |
head DLL of peers
Definition at line 252 of file transport-testing2.h.
Referenced by find_peer_context(), GNUNET_TRANSPORT_TESTING_done(), GNUNET_TRANSPORT_TESTING_start_peer(), and GNUNET_TRANSPORT_TESTING_stop_peer().
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().