GNUnet  0.20.0
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/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 301 of file core.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader MonitorNotifyMessage::header

Header with type GNUNET_MESSAGE_TYPE_CORE_MONITOR_NOTIFY.

Definition at line 282 of file core.h.

◆ state

◆ peer

◆ timeout

struct GNUNET_TIME_AbsoluteNBO MonitorNotifyMessage::timeout

How long will we stay in this state (if nothing else happens)?

Definition at line 311 of file core.h.

Referenced by handle_receive_info().


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