Go to the source code of this file.
|
static void | handle_fix (void *cls, const struct MyMessage *msg) |
|
static int | check_var (void *cls, const struct MyVarMessage *msg) |
|
static void | handle_var (void *cls, const struct MyVarMessage *msg) |
|
◆ handle_fix()
static void handle_fix |
( |
void * |
cls, |
|
|
const struct MyMessage * |
msg |
|
) |
| |
|
static |
Definition at line 2 of file 006.c.
◆ check_var()
static int check_var |
( |
void * |
cls, |
|
|
const struct MyVarMessage * |
msg |
|
) |
| |
|
static |
◆ handle_var()
static void handle_var |
( |
void * |
cls, |
|
|
const struct MyVarMessage * |
msg |
|
) |
| |
|
static |
Definition at line 15 of file 006.c.
◆ handlers
Initial value:= {
GNUNET_MESSAGE_TYPE_MY_FIX,
struct MyMessage,
NULL),
GNUNET_MESSAGE_TYPE_MY_VAR,
struct MyVarMessage,
NULL),
}
#define GNUNET_MQ_handler_end()
End-marker for the handlers array.
#define GNUNET_MQ_hd_fixed_size(name, code, str, ctx)
Definition at line 20 of file 006.c.