diff options
Diffstat (limited to 'include/cache.h')
-rw-r--r-- | include/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h index e2e2e34..ba8d3aa 100644 --- a/include/cache.h +++ b/include/cache.h @@ -50,6 +50,8 @@ struct cache { unsigned int extra_offset; /* statistics */ + unsigned int active; + unsigned int add_ok; unsigned int del_ok; unsigned int upd_ok; |