12#ifndef TOR_DISPATCH_MSGTYPES_H
13#define TOR_DISPATCH_MSGTYPES_H
17#include "ext/tor_queue.h"
23typedef uint16_t channel_id_t;
24typedef uint16_t message_id_t;
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__