GNUnet 0.24.4-talerdev.1-13-g62dff6af1
 
Loading...
Searching...
No Matches
DisconnectNotifyMessage Struct Reference

Message sent by the service to clients to notify them about a peer disconnecting. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/core/core.h>

Collaboration diagram for DisconnectNotifyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT.
 
uint32_t reserved
 Always zero.
 
struct GNUNET_PeerIdentity peer
 Identity of the connecting peer.
 

Detailed Description

Message sent by the service to clients to notify them about a peer disconnecting.

Definition at line 157 of file core.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader DisconnectNotifyMessage::header

Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT.

Definition at line 162 of file core.h.

◆ reserved

uint32_t DisconnectNotifyMessage::reserved

Always zero.

Definition at line 167 of file core.h.

Referenced by handle_disconnect_notify().

◆ peer

struct GNUNET_PeerIdentity DisconnectNotifyMessage::peer

Identity of the connecting peer.

Definition at line 172 of file core.h.

Referenced by handle_disconnect_notify().


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