GNUnet  0.19.3
WhiteListRow Struct Reference

Whilelist entry. More...

Collaboration diagram for WhiteListRow:
[legend]

Data Fields

struct WhiteListRownext
 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...
 

Detailed Description

Whilelist entry.

Definition at line 189 of file gnunet-daemon-testbed-underlay.c.

Field Documentation

◆ next

struct WhiteListRow* WhiteListRow::next

Next ptr.

Definition at line 194 of file gnunet-daemon-testbed-underlay.c.

Referenced by run().

◆ id

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

◆ latency

int WhiteListRow::latency

Latency to be assigned to the link.

Definition at line 204 of file gnunet-daemon-testbed-underlay.c.

Referenced by run().


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