Struct to hold information for callbacks. More...
Data Fields | |
uint32_t | num |
Number globally identifying the node. More... | |
const char * | start_peer_label |
Label of the cmd to start a peer. More... | |
const char * | create_label |
Label of the cmd which started the test system. More... | |
struct GNUNET_TESTING_NetjailTopology * | topology |
The topology we get the connected nodes from. More... | |
Struct to hold information for callbacks.
Definition at line 42 of file transport_api_cmd_send_simple.c.
uint32_t SendSimpleState::num |
Number globally identifying the node.
Definition at line 48 of file transport_api_cmd_send_simple.c.
Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_cb().
const char* SendSimpleState::start_peer_label |
Label of the cmd to start a peer.
Definition at line 54 of file transport_api_cmd_send_simple.c.
Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_run().
const char* SendSimpleState::create_label |
Label of the cmd which started the test system.
Definition at line 60 of file transport_api_cmd_send_simple.c.
Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_run().
struct GNUNET_TESTING_NetjailTopology* SendSimpleState::topology |
The topology we get the connected nodes from.
Definition at line 65 of file transport_api_cmd_send_simple.c.
Referenced by GNUNET_TRANSPORT_cmd_send_simple().