GNUnet 0.21.1
GNUNET_CADET_ChannelDestroyMessage Struct Reference

Message to destroy a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY. More...

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

Collaboration diagram for GNUNET_CADET_ChannelDestroyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY. More...
 
uint32_t reserved
 For alignment. More...
 
struct GNUNET_CADET_ChannelTunnelNumber ctn
 ID of the channel. More...
 

Detailed Description

Message to destroy a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY.

Definition at line 442 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ChannelDestroyMessage::header

◆ reserved

uint32_t GNUNET_CADET_ChannelDestroyMessage::reserved

For alignment.

Definition at line 452 of file cadet_protocol.h.

◆ ctn

struct GNUNET_CADET_ChannelTunnelNumber GNUNET_CADET_ChannelDestroyMessage::ctn

ID of the channel.

Definition at line 457 of file cadet_protocol.h.

Referenced by GCT_send_channel_destroy(), and handle_plaintext_channel_destroy().


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