Struct to store information about peers in monitor mode. More...
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. | |
Struct to store information about peers in monitor mode.
Definition at line 99 of file gnunet-transport.c.
| enum GNUNET_TRANSPORT_PeerState MonitoredPeer::state |
State of the peer.
Definition at line 104 of file gnunet-transport.c.
| struct GNUNET_TIME_Absolute MonitoredPeer::state_timeout |
Timeout.
Definition at line 109 of file gnunet-transport.c.
Referenced by process_peer_monitoring_cb().
| struct GNUNET_HELLO_Address* MonitoredPeer::address |
The address to convert.
Definition at line 114 of file gnunet-transport.c.