Struct to store information about peers in monitor mode. More...
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... | |
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.
Referenced by httpdomain.autohttp.bottle.AutobottleDirective::run(), httpdomain.autohttp.flask.AutoflaskDirective::run(), httpdomain.autohttp.flaskqref.QuickReferenceFlaskDirective::run(), httpdomain.autohttp.tornado.AutoTornadoDirective::run(), and typescriptdomain.TypeScriptDefinition::run().
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.