Context for a cadet adapter callback. More...
Data Fields | |
unsigned int | peer |
Peer number for the particular peer. More... | |
struct GNUNET_CADET_Port ** | ports |
Port handlers for open ports. More... | |
struct GNUNET_CADET_TEST_Context * | ctx |
General context. More... | |
Context for a cadet adapter callback.
Definition at line 101 of file cadet_test_lib.c.
unsigned int GNUNET_CADET_TEST_AdapterContext::peer |
Peer number for the particular peer.
Definition at line 106 of file cadet_test_lib.c.
Referenced by cadet_connect_adapter(), and cadet_test_run().
struct GNUNET_CADET_Port** GNUNET_CADET_TEST_AdapterContext::ports |
Port handlers for open ports.
Definition at line 111 of file cadet_test_lib.c.
Referenced by cadet_connect_adapter(), and cadet_disconnect_adapter().
struct GNUNET_CADET_TEST_Context* GNUNET_CADET_TEST_AdapterContext::ctx |
General context.
Definition at line 116 of file cadet_test_lib.c.
Referenced by cadet_connect_adapter(), cadet_disconnect_adapter(), and cadet_test_run().