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