GNUnet 0.21.1
GNUNET_CADET_RequestDropCadetMessage Struct Reference

Message to drop another message of specific type. More...

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

Collaboration diagram for GNUNET_CADET_RequestDropCadetMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE. More...
 
uint16_t type
 Type of the message this handler covers, in host byte order. More...
 
struct GNUNET_CADET_ClientChannelNumber ccn
 ID of the channel we want to drop a message for. More...
 

Detailed Description

Message to drop another message of specific type.

Used in test context

Definition at line 320 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_RequestDropCadetMessage::header

Type: GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE.

Definition at line 326 of file cadet.h.

◆ type

uint16_t GNUNET_CADET_RequestDropCadetMessage::type

Type of the message this handler covers, in host byte order.

Definition at line 331 of file cadet.h.

Referenced by GCCH_assign_type_to_drop(), and GNUNET_CADET_drop_message().

◆ ccn

struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_RequestDropCadetMessage::ccn

ID of the channel we want to drop a message for.

Definition at line 336 of file cadet.h.

Referenced by GNUNET_CADET_drop_message(), and handle_drop_message().


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