GNUnet 0.21.1
MonitorNotifyMessage Struct Reference

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>

Collaboration diagram for MonitorNotifyMessage:
[legend]

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...
 

Detailed Description

Message sent by the service to monitor clients to notify them about a peer changing status.

Definition at line 300 of file core.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader MonitorNotifyMessage::header

Header with type GNUNET_MESSAGE_TYPE_CORE_MONITOR_NOTIFY.

Definition at line 305 of file core.h.

◆ state

◆ peer

struct GNUNET_PeerIdentity MonitorNotifyMessage::peer

Identity of the peer.

Definition at line 315 of file core.h.

Referenced by handle_receive_info().

◆ timeout

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().


The documentation for this struct was generated from the following file: