27 #ifndef _EVRPC_INTERNAL_H_
28 #define _EVRPC_INTERNAL_H_
30 #include "http-internal.h"
34 #define EVRPC_URI_PREFIX "/.rpc."
53 struct evrpc_hook_list in_hooks;
54 struct evrpc_hook_list out_hooks;
57 #define input_hooks common.in_hooks
58 #define output_hooks common.out_hooks
64 struct evhttp* http_server;
67 TAILQ_HEAD(evrpc_list,
evrpc) registered_rpcs;
79 struct evconq connections;