GNUnet 0.24.4-talerdev.1-12-g8362a9920
 
Loading...
Searching...
No Matches
DisconnectInfoMessage Struct Reference

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

#include </home/buildbot/bb-worker/worker/gnunet_release/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.
 
uint32_t reserved
 Reserved, always zero.
 
struct GNUNET_PeerIdentity peer
 Who got disconnected?
 

Detailed Description

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

Definition at line 120 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader DisconnectInfoMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_DISCONNECT.

Definition at line 125 of file transport.h.

◆ reserved

uint32_t DisconnectInfoMessage::reserved

Reserved, always zero.

Definition at line 130 of file transport.h.

◆ peer

struct GNUNET_PeerIdentity DisconnectInfoMessage::peer

Who got disconnected?

Definition at line 135 of file transport.h.


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