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>
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... | |
Message to destroy a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY.
Definition at line 442 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ChannelDestroyMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY.
Definition at line 447 of file cadet_protocol.h.
uint32_t GNUNET_CADET_ChannelDestroyMessage::reserved |
For alignment.
Definition at line 452 of file cadet_protocol.h.
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().