GNUnet 0.22.0
GNUNET_TESTING_NetjailCarrier Struct Reference

Carrier. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/testing/testing_api_topology.h>

Collaboration diagram for GNUNET_TESTING_NetjailCarrier:
[legend]

Data Fields

unsigned int number
 Unique identifier this part of the topology can be identified. More...
 
unsigned int index
 Of all carriers this has index. More...
 
unsigned int number_peers
 Number of carrier peers. More...
 
unsigned int number_subnets
 Number of carrier subnets. More...
 
struct GNUNET_CONTAINER_MultiShortmapsubnets
 Hash map containing subnets. More...
 
struct GNUNET_CONTAINER_MultiShortmappeers
 Hash map containing peers. More...
 

Detailed Description

Carrier.

Definition at line 238 of file testing_api_topology.h.

Field Documentation

◆ number

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_().

◆ index

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().

◆ number_peers

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_().

◆ number_subnets

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_().

◆ subnets

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().

◆ peers

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().


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