GNUnet 0.21.1
GNUNET_CADET_ConnectionBrokenMessage Struct Reference

Message for notifying a disconnection in a path. More...

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

Collaboration diagram for GNUNET_CADET_ConnectionBrokenMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_BROKEN. More...
 
uint32_t reserved
 For alignment. More...
 
struct GNUNET_CADET_ConnectionTunnelIdentifier cid
 ID of the connection. More...
 
struct GNUNET_PeerIdentity peer1
 ID of the endpoint. More...
 
struct GNUNET_PeerIdentity peer2
 ID of the endpoint. More...
 

Detailed Description

Message for notifying a disconnection in a path.

Definition at line 143 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ConnectionBrokenMessage::header

◆ reserved

uint32_t GNUNET_CADET_ConnectionBrokenMessage::reserved

For alignment.

Definition at line 153 of file cadet_protocol.h.

◆ cid

struct GNUNET_CADET_ConnectionTunnelIdentifier GNUNET_CADET_ConnectionBrokenMessage::cid

ID of the connection.

Definition at line 158 of file cadet_protocol.h.

Referenced by route_message(), send_broken(), and send_broken_without_mqm().

◆ peer1

struct GNUNET_PeerIdentity GNUNET_CADET_ConnectionBrokenMessage::peer1

ID of the endpoint.

Definition at line 163 of file cadet_protocol.h.

Referenced by route_message(), send_broken(), and send_broken_without_mqm().

◆ peer2

struct GNUNET_PeerIdentity GNUNET_CADET_ConnectionBrokenMessage::peer2

ID of the endpoint.

Definition at line 168 of file cadet_protocol.h.

Referenced by send_broken(), and send_broken_without_mqm().


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