GNUnet 0.21.1
StopHelperState Struct Reference

Struct to store information handed over to callbacks. More...

Collaboration diagram for StopHelperState:
[legend]

Data Fields

struct GNUNET_TESTING_NetjailTopologytopology
 The complete topology information. More...
 
const char * helper_start_label
 
struct GNUNET_HELPER_Handle ** helper
 The process handle. More...
 
unsigned int local_m
 
unsigned int global_n
 
unsigned int known
 Number of global known nodes. More...
 

Detailed Description

Struct to store information handed over to callbacks.

Definition at line 38 of file testing_api_cmd_netjail_stop_cmds_helper.c.

Field Documentation

◆ topology

struct GNUNET_TESTING_NetjailTopology* StopHelperState::topology

The complete topology information.

Definition at line 44 of file testing_api_cmd_netjail_stop_cmds_helper.c.

Referenced by GNUNET_TESTING_cmd_stop_cmds_helper().

◆ helper_start_label

const char* StopHelperState::helper_start_label

◆ helper

struct GNUNET_HELPER_Handle** StopHelperState::helper

The process handle.

Definition at line 51 of file testing_api_cmd_netjail_stop_cmds_helper.c.

◆ local_m

unsigned int StopHelperState::local_m

◆ global_n

unsigned int StopHelperState::global_n

◆ known

unsigned int StopHelperState::known

Number of global known nodes.

Definition at line 61 of file testing_api_cmd_netjail_stop_cmds_helper.c.

Referenced by GNUNET_TESTING_cmd_stop_cmds_helper(), and stop_testing_system_run().


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