GNUnet  0.20.0
Entry Struct Reference

Entry type to be used in the map to store old latency values. More...

Collaboration diagram for Entry:
[legend]

Data Fields

struct GNUNET_PeerIdentity id
 The peer's identity. More...
 
unsigned int latency
 The last known value for latency. More...
 

Detailed Description

Entry type to be used in the map to store old latency values.

Definition at line 64 of file gnunet-daemon-latency-logger.c.

Field Documentation

◆ id

struct GNUNET_PeerIdentity Entry::id

The peer's identity.

Definition at line 305 of file gnunet-daemon-latency-logger.c.

Referenced by addr_info_cb(), and gnunet_testing.Peer::start().

◆ latency

unsigned int Entry::latency

The last known value for latency.

FIXME: type!

Definition at line 75 of file gnunet-daemon-latency-logger.c.

Referenced by addr_info_cb().


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