GNUnet 0.21.1
MonitoredPeer Struct Reference

Struct to store information about peers in monitor mode. More...

Collaboration diagram for MonitoredPeer:
[legend]

Data Fields

enum GNUNET_TRANSPORT_PeerState state
 State of the peer. More...
 
struct GNUNET_TIME_Absolute state_timeout
 Timeout. More...
 
struct GNUNET_HELLO_Address * address
 The address to convert. More...
 

Detailed Description

Struct to store information about peers in monitor mode.

Definition at line 99 of file gnunet-transport.c.

Field Documentation

◆ state

◆ state_timeout

struct GNUNET_TIME_Absolute MonitoredPeer::state_timeout

Timeout.

Definition at line 109 of file gnunet-transport.c.

Referenced by process_peer_monitoring_cb().

◆ address

struct GNUNET_HELLO_Address* MonitoredPeer::address

The address to convert.

Definition at line 114 of file gnunet-transport.c.


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