Message sent by the service to monitor clients to notify them about a peer changing status. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/core/core.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_CORE_MONITOR_NOTIFY. More... | |
uint32_t | state |
New peer state, an enum GNUNET_CORE_KxState in NBO. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the peer. More... | |
struct GNUNET_TIME_AbsoluteNBO | timeout |
How long will we stay in this state (if nothing else happens)? More... | |
Message sent by the service to monitor clients to notify them about a peer changing status.
struct GNUNET_MessageHeader MonitorNotifyMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_MONITOR_NOTIFY.
uint32_t MonitorNotifyMessage::state |
New peer state, an enum GNUNET_CORE_KxState
in NBO.
Definition at line 310 of file core.h.
Referenced by GSC_KX_handle_client_monitor_peers(), handle_receive_info(), 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_PeerIdentity MonitorNotifyMessage::peer |
struct GNUNET_TIME_AbsoluteNBO MonitorNotifyMessage::timeout |
How long will we stay in this state (if nothing else happens)?
Definition at line 320 of file core.h.
Referenced by GSC_KX_handle_client_monitor_peers(), and handle_receive_info().