Struct to store information needed in callbacks. More...
Data Fields | |
struct GNUNET_TESTING_AsyncContext | ac |
Context for our asynchronous completion. More... | |
unsigned int | node_n |
The number of the node in a network namespace. More... | |
unsigned int | namespace_n |
The number of the network namespace. More... | |
const struct GNUNET_TESTBED_System * | tl_system |
The testing system of this node. More... | |
const char * | create_label |
uint32_t | num |
Number globally identifying the node. More... | |
const char * | start_peer_label |
Label of the cmd to start a peer. More... | |
struct GNUNET_TESTING_NetjailTopology * | topology |
The topology of the test setup. More... | |
struct GNUNET_TESTING_NodeConnection * | node_connections_head |
Connections to other peers. More... | |
unsigned int | con_num |
Number of connections. More... | |
unsigned int | received_backchannel_msgs |
Number of received backchannel messages. More... | |
char ** | search_string |
Array with search strings. More... | |
struct GNUNET_DISK_FileHandle * | fh |
File handle for log file. More... | |
struct GNUNET_SCHEDULER_Task * | task |
Task which handles the reading. More... | |
FILE * | stream |
Stream to read log file lines. More... | |
Struct to store information needed in callbacks.
Definition at line 50 of file transport_api_cmd_backchannel_check.c.
struct GNUNET_TESTING_AsyncContext CheckState::ac |
Context for our asynchronous completion.
Definition at line 55 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run(), GNUNET_TRANSPORT_cmd_backchannel_check(), and read_from_log().
unsigned int CheckState::node_n |
The number of the node in a network namespace.
Definition at line 60 of file transport_api_cmd_backchannel_check.c.
Referenced by GNUNET_TRANSPORT_cmd_backchannel_check(), and will_the_other_node_connect_via_udp().
unsigned int CheckState::namespace_n |
The number of the network namespace.
Definition at line 65 of file transport_api_cmd_backchannel_check.c.
Referenced by GNUNET_TRANSPORT_cmd_backchannel_check(), and will_the_other_node_connect_via_udp().
const struct GNUNET_TESTBED_System* CheckState::tl_system |
The testing system of this node.
Definition at line 70 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), and backchannel_check_run().
const char* CheckState::create_label |
Definition at line 73 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run(), and GNUNET_TRANSPORT_cmd_backchannel_check().
uint32_t CheckState::num |
Number globally identifying the node.
Definition at line 79 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), backchannel_check_run(), and GNUNET_TRANSPORT_cmd_backchannel_check().
const char* CheckState::start_peer_label |
Label of the cmd to start a peer.
Definition at line 85 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run(), and GNUNET_TRANSPORT_cmd_backchannel_check().
struct GNUNET_TESTING_NetjailTopology* CheckState::topology |
The topology of the test setup.
Definition at line 90 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), backchannel_check_run(), and GNUNET_TRANSPORT_cmd_backchannel_check().
struct GNUNET_TESTING_NodeConnection* CheckState::node_connections_head |
Connections to other peers.
Definition at line 95 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run().
unsigned int CheckState::con_num |
Number of connections.
Definition at line 100 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), backchannel_check_run(), and read_from_log().
unsigned int CheckState::received_backchannel_msgs |
Number of received backchannel messages.
Definition at line 105 of file transport_api_cmd_backchannel_check.c.
Referenced by read_from_log().
char** CheckState::search_string |
Array with search strings.
Definition at line 110 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), and read_from_log().
struct GNUNET_DISK_FileHandle* CheckState::fh |
File handle for log file.
Definition at line 115 of file transport_api_cmd_backchannel_check.c.
Referenced by read_from_log().
struct GNUNET_SCHEDULER_Task* CheckState::task |
Task which handles the reading.
Definition at line 120 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run(), and read_from_log().
FILE* CheckState::stream |
Stream to read log file lines.
Definition at line 125 of file transport_api_cmd_backchannel_check.c.
Referenced by read_from_log().