GNUnet 0.21.2
StopPeerState Struct Reference

Struct to hold information for callbacks. More...

Collaboration diagram for StopPeerState:
[legend]

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_Operationop
 
struct GNUNET_TESTING_Interpreteris
 
struct GNUNET_TESTING_AsyncContext ac
 

Detailed Description

Struct to hold information for callbacks.

Definition at line 37 of file testing_arm_cmd_stop_peer.c.

Field Documentation

◆ start_label

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().

◆ label

const char* StopPeerState::label

◆ op

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().

◆ is

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().

◆ ac

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().


The documentation for this struct was generated from the following files: