Carrier subnet. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/testing/testing_api_topology.h>
Data Fields | |
unsigned int | number |
Unique identifier this part of the topology can be identified. More... | |
unsigned int | index |
Of all subnets this has index. More... | |
unsigned int | number_peers |
Number of subnet peers. More... | |
struct GNUNET_CONTAINER_MultiShortmap * | peers |
Hash map containing peers. More... | |
Carrier subnet.
Definition at line 274 of file testing_api_topology.h.
unsigned int GNUNET_TESTING_NetjailSubnet::number |
Unique identifier this part of the topology can be identified.
Definition at line 279 of file testing_api_topology.h.
Referenced by create_subnets().
unsigned int GNUNET_TESTING_NetjailSubnet::index |
Of all subnets this has index.
Definition at line 284 of file testing_api_topology.h.
Referenced by create_subnets().
unsigned int GNUNET_TESTING_NetjailSubnet::number_peers |
Number of subnet peers.
Definition at line 289 of file testing_api_topology.h.
Referenced by create_subnet_peers(), and create_subnets().
struct GNUNET_CONTAINER_MultiShortmap* GNUNET_TESTING_NetjailSubnet::peers |
Hash map containing peers.
Definition at line 294 of file testing_api_topology.h.
Referenced by create_subnet_peers(), free_subnets_cb(), and start_subnets().