Message handler for a specific message type. More...
#include <gnunet_mq_lib.h>
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. | |
Message handler for a specific message type.
Definition at line 490 of file gnunet_mq_lib.h.