GNUnet 0.21.1
GNUNET_CADET_ConnectionDestroyMessage Struct Reference

Message to destroy a connection. More...

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

Collaboration diagram for GNUNET_CADET_ConnectionDestroyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_DESTROY. More...
 
uint32_t reserved
 For alignment. More...
 
struct GNUNET_CADET_ConnectionTunnelIdentifier cid
 ID of the connection. More...
 

Detailed Description

Message to destroy a connection.

Definition at line 175 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ConnectionDestroyMessage::header

◆ reserved

uint32_t GNUNET_CADET_ConnectionDestroyMessage::reserved

For alignment.

Definition at line 185 of file cadet_protocol.h.

◆ cid

struct GNUNET_CADET_ConnectionTunnelIdentifier GNUNET_CADET_ConnectionDestroyMessage::cid

ID of the connection.

Definition at line 190 of file cadet_protocol.h.

Referenced by GCC_destroy_without_tunnel().


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