Data Fields | |
struct SendContext * | next |
struct SendContext * | prev |
struct GNUNET_HELPER_SendHandle * | send_handle |
Handle to a send op. More... | |
struct GNUNET_TESTING_Interpreter * | is |
Definition at line 35 of file testing_api_loop.c.
struct SendContext* SendContext::next |
Definition at line 37 of file testing_api_loop.c.
struct SendContext* SendContext::prev |
Definition at line 38 of file testing_api_loop.c.
struct GNUNET_HELPER_SendHandle* SendContext::send_handle |
Handle to a send op.
Definition at line 43 of file testing_api_loop.c.
Referenced by finish_test(), and GNUNET_TESTING_loop_notify_children_().
struct GNUNET_TESTING_Interpreter* SendContext::is |
Definition at line 45 of file testing_api_loop.c.
Referenced by GNUNET_TESTING_loop_notify_children_(), and send_finished().