Subnet in a topology. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/testing/testing_api_topology.h>
Data Fields | |
unsigned int | namespace_n |
The number of the subnet. More... | |
struct GNUNET_TESTING_NetjailRouter * | router |
Router of the subnet. More... | |
struct GNUNET_CONTAINER_MultiShortmap * | nodes |
Hash map containing the nodes in this subnet. More... | |
Subnet in a topology.
Definition at line 195 of file testing_api_topology.h.
unsigned int GNUNET_TESTING_NetjailNamespace::namespace_n |
The number of the subnet.
Definition at line 200 of file testing_api_topology.h.
struct GNUNET_TESTING_NetjailRouter* GNUNET_TESTING_NetjailNamespace::router |
Router of the subnet.
Definition at line 205 of file testing_api_topology.h.
struct GNUNET_CONTAINER_MultiShortmap* GNUNET_TESTING_NetjailNamespace::nodes |
Hash map containing the nodes in this subnet.
Definition at line 210 of file testing_api_topology.h.