summaryrefslogtreecommitdiff
path: root/cachedb/cachedb.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:56:52 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:56:52 +0000
commit4289761a7b61df4b64c11ada446a187df61e6a1e (patch)
treeed7ceb7a1652fb9f865fafd21fbe18d1a3b5f79d /cachedb/cachedb.h
parent197f1a0fe3e81cde0cd25a3a1f37ebedf9a99488 (diff)
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 */