GNUnet 0.21.1
DisconnectInfoMessage Struct Reference

Message from the transport service to the library informing about disconnects. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>

Collaboration diagram for DisconnectInfoMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_DISCONNECT. More...
 
uint32_t reserved
 Reserved, always zero. More...
 
struct GNUNET_PeerIdentity peer
 Who got disconnected? More...
 

Detailed Description

Message from the transport service to the library informing about disconnects.

Definition at line 119 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader DisconnectInfoMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_DISCONNECT.

Definition at line 124 of file transport.h.

◆ reserved

uint32_t DisconnectInfoMessage::reserved

Reserved, always zero.

Definition at line 129 of file transport.h.

◆ peer

struct GNUNET_PeerIdentity DisconnectInfoMessage::peer

Who got disconnected?

Definition at line 134 of file transport.h.


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