Model for configuring underlay links of a peer. More...
Data Fields | |
struct GNUNET_TESTBED_Peer * | peer |
The peer associated with this model. More... | |
struct ListEntry * | entries |
List of peers in the list. More... | |
struct LinkProperty * | props |
list of link properties More... | |
enum GNUNET_TESTBED_UnderlayLinkModelType | type |
the type of this model More... | |
Model for configuring underlay links of a peer.
Definition at line 84 of file testbed_api_underlay.c.
struct GNUNET_TESTBED_Peer* GNUNET_TESTBED_UnderlayLinkModel::peer |
The peer associated with this model.
Definition at line 89 of file testbed_api_underlay.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and GNUNET_TESTBED_underlaylinkmodel_free().
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().
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().
enum GNUNET_TESTBED_UnderlayLinkModelType GNUNET_TESTBED_UnderlayLinkModel::type |
the type of this model
Definition at line 99 of file testbed_api_underlay.c.
Referenced by gnunet_testing.Condition::__init__(), gnunet_testing.Condition::evaluate(), and gnunet_testing.FileExistCondition::evaluate().