GNUnet 0.22.0
TopologyState Struct Reference
Collaboration diagram for TopologyState:
[legend]

Data Fields

const char * label
 The label of the command. More...
 
struct GNUNET_TESTING_NetjailTopologytopology
 The topology we parsed. More...
 
const char * topology_string
 A string with the name of the topology file, if read_file is true, otherwise a string containing the topology data. More...
 
char * topology_alloc
 Same as topology_string, but set if we need to release the memory. More...
 
const char * file_name
 A string with the name of the topology file. More...
 

Detailed Description

Definition at line 35 of file testing_api_cmd_get_topo.c.

Field Documentation

◆ label

const char* TopologyState::label

The label of the command.

Definition at line 40 of file testing_api_cmd_get_topo.c.

Referenced by GNUNET_TESTING_cmd_load_topology_from_file(), and GNUNET_TESTING_cmd_load_topology_from_string().

◆ topology

struct GNUNET_TESTING_NetjailTopology* TopologyState::topology

The topology we parsed.

Definition at line 45 of file testing_api_cmd_get_topo.c.

Referenced by cleanup(), run(), and traits().

◆ topology_string

const char* TopologyState::topology_string

A string with the name of the topology file, if read_file is true, otherwise a string containing the topology data.

Definition at line 51 of file testing_api_cmd_get_topo.c.

Referenced by GNUNET_TESTING_cmd_load_topology_from_string(), run(), and traits().

◆ topology_alloc

char* TopologyState::topology_alloc

Same as topology_string, but set if we need to release the memory.

Definition at line 57 of file testing_api_cmd_get_topo.c.

Referenced by cleanup(), and run().

◆ file_name

const char* TopologyState::file_name

A string with the name of the topology file.

Definition at line 62 of file testing_api_cmd_get_topo.c.

Referenced by GNUNET_TESTING_cmd_load_topology_from_file(), and run().


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