Data Fields | |
| const char * | label |
| The label of the command. | |
| struct GNUNET_TESTING_NetjailTopology * | topology |
| The topology we parsed. | |
| 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. | |
| char * | topology_alloc |
| Same as topology_string, but set if we need to release the memory. | |
| const char * | file_name |
| A string with the name of the topology file. | |
Definition at line 35 of file testing_api_cmd_get_topo.c.
| 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().
| struct GNUNET_TESTING_NetjailTopology* TopologyState::topology |
The topology we parsed.
Definition at line 45 of file testing_api_cmd_get_topo.c.
| 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().
| 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(), GNUNET_TESTING_cmd_load_topology_from_string(), and run().
| 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().