49 "Dropping message for channel of type %s (%d)\n",
type ==
51 "GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY" :
"UNKNOWN",
type);
struct GNUNET_MQ_Handle * mq
struct GNUNET_MQ_Envelope * env
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.
static uint32_t type
Type string converted to DNS type value.
#define GNUNET_log(kind,...)
void GNUNET_MQ_send(struct GNUNET_MQ_Handle *mq, struct GNUNET_MQ_Envelope *ev)
Send a message with the given message queue.
#define GNUNET_MQ_msg(mvar, type)
Allocate a GNUNET_MQ_Envelope.
#define GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE
Request to drop a message of type X to peer y.
#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY
Ask the cadet service to destroy a channel.
Number uniquely identifying a channel of a client.
Message to drop another message of specific type.
struct GNUNET_CADET_ClientChannelNumber ccn
ID of the channel we want to drop a message for.
uint16_t type
Type of the message this handler covers, in host byte order.
Handle to a message queue.