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_TESTING_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 52 of file transport_api_cmd_backchannel_check.c.
struct GNUNET_TESTING_AsyncContext CheckState::ac |
Context for our asynchronous completion.
Definition at line 521 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run(), and read_from_log().
unsigned int CheckState::node_n |
The number of the node in a network namespace.
Definition at line 62 of file transport_api_cmd_backchannel_check.c.
unsigned int CheckState::namespace_n |
The number of the network namespace.
Definition at line 67 of file transport_api_cmd_backchannel_check.c.
const struct GNUNET_TESTING_System* CheckState::tl_system |
The testing system of this node.
Definition at line 72 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 75 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run().
uint32_t CheckState::num |
Number globally identifying the node.
Definition at line 81 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), and backchannel_check_run().
const char* CheckState::start_peer_label |
Label of the cmd to start a peer.
Definition at line 87 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run().
struct GNUNET_TESTING_NetjailTopology* CheckState::topology |
The topology of the test setup.
Definition at line 92 of file transport_api_cmd_backchannel_check.c.
Referenced by add_search_string(), and backchannel_check_run().
struct GNUNET_TESTING_NodeConnection* CheckState::node_connections_head |
Connections to other peers.
Definition at line 97 of file transport_api_cmd_backchannel_check.c.
Referenced by backchannel_check_run().
unsigned int CheckState::con_num |
Number of connections.
Definition at line 102 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 107 of file transport_api_cmd_backchannel_check.c.
Referenced by read_from_log().
char** CheckState::search_string |
Array with search strings.
Definition at line 112 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 117 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 122 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 127 of file transport_api_cmd_backchannel_check.c.
Referenced by read_from_log().