Working on cache enhancements. See trac #14.

This commit is contained in:
brectanus
2007-08-02 20:25:06 +00:00
parent 3e5e2a06b7
commit 72832c1b32
6 changed files with 166 additions and 86 deletions

View File

@@ -309,7 +309,8 @@ char DSOLOCAL *msre_format_metadata(modsec_rec *msr, msre_actionset *actionset);
struct msre_cache_rec {
int hits;
int changed;
const char *key;
int num;
const char *path;
const char *val;
apr_size_t val_len;
};