Whilelist entry. More...
Data Fields | |
struct WhiteListRow * | next |
Next ptr. More... | |
unsigned int | id |
The offset where to find the hostkey for the peer. More... | |
int | latency |
Latency to be assigned to the link. More... | |
Whilelist entry.
Definition at line 189 of file gnunet-daemon-testbed-underlay.c.
struct WhiteListRow* WhiteListRow::next |
unsigned int WhiteListRow::id |
The offset where to find the hostkey for the peer.
Definition at line 199 of file gnunet-daemon-testbed-underlay.c.
Referenced by run(), and gnunet_testing.Peer::start().
int WhiteListRow::latency |
Latency to be assigned to the link.
Definition at line 204 of file gnunet-daemon-testbed-underlay.c.
Referenced by run().