State for the 'send' command. More...
Data Fields | |
const struct GNUNET_TESTING_CORE_ConnectState * | connect_state |
uint64_t | num_messages |
enum GNUNET_GenericReturnValue | await_new_connection |
struct GNUNET_TESTING_AsyncContext | ac |
Mandatory context for async commands. | |
State for the 'send' command.
Definition at line 47 of file testing_core_cmd_send.c.
const struct GNUNET_TESTING_CORE_ConnectState* SendState::connect_state |
Definition at line 49 of file testing_core_cmd_send.c.
Referenced by cleanup_callbacks(), exec_send_run(), and send_messages().
uint64_t SendState::num_messages |
Definition at line 50 of file testing_core_cmd_send.c.
Referenced by GNUNET_TESTING_CORE_cmd_send(), and send_messages().
enum GNUNET_GenericReturnValue SendState::await_new_connection |
Definition at line 51 of file testing_core_cmd_send.c.
Referenced by exec_send_run(), and GNUNET_TESTING_CORE_cmd_send().
struct GNUNET_TESTING_AsyncContext SendState::ac |
Mandatory context for async commands.
Definition at line 40 of file testing_dhtu_cmd_send.c.
Referenced by GNUNET_TESTING_DHTU_cmd_send(), and send_run().