Struct to hold information for callbacks. More...
Data Fields | |
const char * | start_label |
Label of the cmd to start the peer. More... | |
const char * | label |
Label of the cmd. More... | |
struct GNUNET_ARM_Operation * | op |
struct GNUNET_TESTING_Interpreter * | is |
struct GNUNET_TESTING_AsyncContext | ac |
Struct to hold information for callbacks.
Definition at line 37 of file testing_arm_cmd_stop_peer.c.
const char * StopPeerState::start_label |
Label of the cmd to start the peer.
Definition at line 42 of file testing_arm_cmd_stop_peer.c.
Referenced by GNUNET_TESTING_cmd_stop_peer(), GNUNET_TRANSPORT_cmd_stop_peer(), and stop_peer_run().
const char* StopPeerState::label |
Label of the cmd.
Definition at line 47 of file testing_arm_cmd_stop_peer.c.
Referenced by GNUNET_TESTING_cmd_stop_peer(), GNUNET_TRANSPORT_cmd_stop_peer(), and stop_peer_cleanup().
struct GNUNET_ARM_Operation* StopPeerState::op |
Definition at line 49 of file testing_arm_cmd_stop_peer.c.
Referenced by stop_cb(), stop_peer_cleanup(), and stop_peer_run().
struct GNUNET_TESTING_Interpreter* StopPeerState::is |
Definition at line 51 of file testing_arm_cmd_stop_peer.c.
Referenced by stop_peer_cleanup(), and stop_peer_run().
struct GNUNET_TESTING_AsyncContext StopPeerState::ac |
Definition at line 53 of file testing_arm_cmd_stop_peer.c.
Referenced by GNUNET_TESTING_cmd_stop_peer(), and stop_cb().