summaryrefslogtreecommitdiff
path: root/cachedb/cachedb.h
diff options
context:
space:
mode:
Diffstat (limited to 'cachedb/cachedb.h')
-rw-r--r--cachedb/cachedb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cachedb/cachedb.h b/cachedb/cachedb.h
index d477e90a7dee5..27187dc56dc69 100644
--- a/cachedb/cachedb.h
+++ b/cachedb/cachedb.h
@@ -87,6 +87,8 @@ struct cachedb_backend {
uint8_t*, size_t);
};
+#define CACHEDB_HASHSIZE 256 /* bit hash */
+
/** Init the cachedb module */
int cachedb_init(struct module_env* env, int id);
/** Deinit the cachedb module */