GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
struct GNUNET_TIME_Absolute state_timeout
 Timeout.
 
struct GNUNET_HELLO_Address * address
 The address to convert.
 

Detailed Description

Struct to store information about peers in monitor mode.

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

Field Documentation

◆ state

enum GNUNET_TRANSPORT_PeerState MonitoredPeer::state

State of the peer.

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

◆ 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: