GNUnet  0.19.4
GNUNET_TESTBED_UnderlayLinkModel Struct Reference

Model for configuring underlay links of a peer. More...

Collaboration diagram for GNUNET_TESTBED_UnderlayLinkModel:
[legend]

Data Fields

struct GNUNET_TESTBED_Peerpeer
 The peer associated with this model. More...
 
struct ListEntryentries
 List of peers in the list. More...
 
struct LinkPropertyprops
 list of link properties More...
 
enum GNUNET_TESTBED_UnderlayLinkModelType type
 the type of this model More...
 

Detailed Description

Model for configuring underlay links of a peer.

Definition at line 84 of file testbed_api_underlay.c.

Field Documentation

◆ peer

◆ entries

struct ListEntry* GNUNET_TESTBED_UnderlayLinkModel::entries

List of peers in the list.

Definition at line 94 of file testbed_api_underlay.c.

Referenced by GNUNET_TESTBED_underlaylinkmodel_add_peer().

◆ props

struct LinkProperty* GNUNET_TESTBED_UnderlayLinkModel::props

list of link properties

Definition at line 99 of file testbed_api_underlay.c.

Referenced by free_link_properties(), and GNUNET_TESTBED_underlaylinkmodel_set_link().

◆ type

enum GNUNET_TESTBED_UnderlayLinkModelType GNUNET_TESTBED_UnderlayLinkModel::type

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