12 #ifndef TOR_DISPATCH_MSGTYPES_H
13 #define TOR_DISPATCH_MSGTYPES_H
17 #include "ext/tor_queue.h"
23 typedef uint16_t channel_id_t;
24 typedef uint16_t message_id_t;
34 #define ERROR_ID 65535
51 TOR_SIMPLEQ_ENTRY(
msg_t) next;
void(* recv_fn_t)(const msg_t *m)
void(* free_fn)(msg_aux_data_t)
msg_aux_data_t aux_data__