GNUnet 0.21.1
GNUNET_CADET_LocalChannelDestroyMessage Struct Reference

Message for or to a client to destroy tunnel. More...

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

Collaboration diagram for GNUNET_CADET_LocalChannelDestroyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_DESTROY. More...
 
struct GNUNET_CADET_ClientChannelNumber ccn
 ID of a channel controlled by this client. More...
 

Detailed Description

Message for or to a client to destroy tunnel.

Definition at line 234 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalChannelDestroyMessage::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_DESTROY.

Definition at line 239 of file cadet.h.

◆ ccn

struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalChannelDestroyMessage::ccn

ID of a channel controlled by this client.

Definition at line 244 of file cadet.h.

Referenced by GSC_handle_remote_channel_destroy(), and handle_channel_created().


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