make module cache just about everything, but never return items
[httpd-crcsyncproxy.git] / crccache / mod_crccache_server.h
blobec25bf1be602af3a88c8ac0d6c64c30c4fe1cb95
1 /*
2 * crccache.h
4 * Created on: 15/03/2009
5 * Author: awulms
6 */
8 #ifndef MOD_CRCCACHE_SERVER_H
9 #define MOD_CRCCACHE_SERVER_H
11 #include <ap_config.h>
12 #include <http_config.h>
14 extern module AP_MODULE_DECLARE_DATA crccache_server_module;
17 /* Static information about the crccache server */
18 typedef struct {
19 int enabled;
20 // disk_cache_conf *disk_cache_conf;
21 } crccache_server_conf;
23 #endif /*MOD_CRCCACHE_SERVER_H*/