Container for holding a peer in whitelist/blacklist. More...
Data Fields | |
struct ListEntry * | next |
the next pointer More... | |
struct GNUNET_TESTBED_Peer * | peer |
the peer More... | |
Container for holding a peer in whitelist/blacklist.
Definition at line 66 of file testbed_api_underlay.c.
struct ListEntry* ListEntry::next |
the next pointer
Definition at line 71 of file testbed_api_underlay.c.
Referenced by GNUNET_TESTBED_underlaylinkmodel_add_peer().
struct GNUNET_TESTBED_Peer* ListEntry::peer |
the peer
Definition at line 76 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_add_peer().