cadet api: client implementation of cadet service More...
Go to the source code of this file.
Functions | |
static void | GNUNET_CADET_drop_message (struct GNUNET_MQ_Handle *mq, struct GNUNET_CADET_ClientChannelNumber ccn, uint16_t type) |
Drop the next cadet message of a given type. More... | |
cadet api: client implementation of cadet service
Definition in file cadet_api_drop_message.c.
|
static |
Drop the next cadet message of a given type.
mq | message queue |
ccn | client channel number. |
type | of cadet message to be dropped. |
Definition at line 36 of file cadet_api_drop_message.c.
References GNUNET_CADET_RequestDropCadetMessage::ccn, env, GNUNET_ERROR_TYPE_INFO, GNUNET_log, GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY, GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE, GNUNET_MQ_msg, GNUNET_MQ_send(), mq, type, and GNUNET_CADET_RequestDropCadetMessage::type.