GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_MQ_MessageHandler Struct Reference

Message handler for a specific message type. More...

#include <gnunet_mq_lib.h>

Collaboration diagram for GNUNET_MQ_MessageHandler:
[legend]

Data Fields

GNUNET_MQ_MessageValidationCallback mv
 Callback to validate a message of the specified type.
 
GNUNET_MQ_MessageCallback cb
 Callback, called every time a new message of the specified type has been received.
 
void * cls
 Closure for mv and cb.
 
uint16_t type
 Type of the message this handler covers, in host byte order.
 
uint16_t expected_size
 Expected size of messages of this type.
 

Detailed Description

Message handler for a specific message type.

Definition at line 490 of file gnunet_mq_lib.h.


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