Entry type to be used in the map to store old latency values. More...
Data Fields | |
struct GNUNET_PeerIdentity | id |
The peer's identity. More... | |
unsigned int | latency |
The last known value for latency. More... | |
Entry type to be used in the map to store old latency values.
Definition at line 64 of file gnunet-daemon-latency-logger.c.
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().
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().