Message to drop another message of specific type. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>
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... | |
Message to drop another message of specific type.
Used in test context
struct GNUNET_MessageHeader GNUNET_CADET_RequestDropCadetMessage::header |
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().
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().