Internal data structure. More...
Data Fields | |
struct GNUNET_TRANSPORT_TESTING_ConnectCheckContext * | ccc |
Overall context of the callback. More... | |
unsigned int | off |
Offset of the peer this is about. More... | |
Internal data structure.
Closure for connect_cb, disconnect_cb, my_nc and start_cb. Allows us to identify which peer this is about.
Definition at line 133 of file transport-testing-main2.c.
struct GNUNET_TRANSPORT_TESTING_ConnectCheckContext* GNUNET_TRANSPORT_TESTING_InternalPeerContext::ccc |
Overall context of the callback.
Definition at line 138 of file transport-testing-main2.c.
Referenced by GNUNET_TRANSPORT_TESTING_connect_check(), handle_test(), handle_test2(), my_nc(), my_nd(), and start_cb().
unsigned int GNUNET_TRANSPORT_TESTING_InternalPeerContext::off |
Offset of the peer this is about.
Definition at line 143 of file transport-testing-main2.c.
Referenced by GNUNET_TRANSPORT_TESTING_connect_check(), handle_test(), handle_test2(), my_nc(), my_nd(), and start_cb().