Carrier. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/lib/testing/testing_api_topology.h>
Data Fields | |
| unsigned int | number |
| Unique identifier this part of the topology can be identified. | |
| unsigned int | index |
| Of all carriers this has index. | |
| unsigned int | number_peers |
| Number of carrier peers. | |
| unsigned int | number_subnets |
| Number of carrier subnets. | |
| struct GNUNET_CONTAINER_MultiShortmap * | subnets |
| Hash map containing subnets. | |
| struct GNUNET_CONTAINER_MultiShortmap * | peers |
| Hash map containing peers. | |
Carrier.
Definition at line 238 of file testing_api_topology.h.
| unsigned int GNUNET_TESTING_NetjailCarrier::number |
Unique identifier this part of the topology can be identified.
Definition at line 243 of file testing_api_topology.h.
Referenced by GNUNET_TESTING_get_topo_from_string_().
| unsigned int GNUNET_TESTING_NetjailCarrier::index |
Of all carriers this has index.
Definition at line 248 of file testing_api_topology.h.
Referenced by create_subnets().
| unsigned int GNUNET_TESTING_NetjailCarrier::number_peers |
Number of carrier peers.
Definition at line 253 of file testing_api_topology.h.
Referenced by create_peers(), and GNUNET_TESTING_get_topo_from_string_().
| unsigned int GNUNET_TESTING_NetjailCarrier::number_subnets |
Number of carrier subnets.
Definition at line 258 of file testing_api_topology.h.
Referenced by create_subnets(), and GNUNET_TESTING_get_topo_from_string_().
| struct GNUNET_CONTAINER_MultiShortmap* GNUNET_TESTING_NetjailCarrier::subnets |
Hash map containing subnets.
Definition at line 263 of file testing_api_topology.h.
Referenced by create_subnets(), free_carriers_cb(), and start_carriers().
| struct GNUNET_CONTAINER_MultiShortmap* GNUNET_TESTING_NetjailCarrier::peers |
Hash map containing peers.
Definition at line 268 of file testing_api_topology.h.
Referenced by create_peers(), free_carriers_cb(), and start_carriers().