GNUnet 0.22.0
GNUNET_TESTING_NetjailSubnet Struct Reference

Carrier subnet. More...

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

Collaboration diagram for GNUNET_TESTING_NetjailSubnet:
[legend]

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_MultiShortmappeers
 Hash map containing peers. More...
 

Detailed Description

Carrier subnet.

Definition at line 274 of file testing_api_topology.h.

Field Documentation

◆ number

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

◆ index

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

◆ number_peers

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

◆ peers

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


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