Data Fields | |
struct ChannelCount * | channel_count |
uint32_t | num_channels |
uint64_t | num_messages_target |
struct GNUNET_TESTING_CORE_ConnectState * | connect_state |
struct GNUNET_TESTING_AsyncContext | ac |
Definition at line 52 of file testing_core_cmd_recv.c.
struct ChannelCount* RecvState::channel_count |
Definition at line 54 of file testing_core_cmd_recv.c.
Referenced by GNUNET_TESTING_CORE_cmd_recv(), and handle_msg_test().
uint32_t RecvState::num_channels |
Definition at line 55 of file testing_core_cmd_recv.c.
Referenced by GNUNET_TESTING_CORE_cmd_recv(), and handle_msg_test().
uint64_t RecvState::num_messages_target |
Definition at line 56 of file testing_core_cmd_recv.c.
Referenced by GNUNET_TESTING_CORE_cmd_recv(), and handle_msg_test().
struct GNUNET_TESTING_CORE_ConnectState* RecvState::connect_state |
Definition at line 57 of file testing_core_cmd_recv.c.
Referenced by exec_recv_run(), handle_msg_test(), and remove_recv_handler().
struct GNUNET_TESTING_AsyncContext RecvState::ac |
Definition at line 58 of file testing_core_cmd_recv.c.
Referenced by do_finish_cmd_delayed(), and GNUNET_TESTING_CORE_cmd_recv().