aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvstorage_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvstorage_config.h')
-rw-r--r--src/kvstorage_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kvstorage_config.h b/src/kvstorage_config.h
index 74adc0642..11b682506 100644
--- a/src/kvstorage_config.h
+++ b/src/kvstorage_config.h
@@ -41,6 +41,7 @@ enum kvstorage_cache_type {
/* Type of kvstorage backend */
enum kvstorage_backend_type {
KVSTORAGE_TYPE_BACKEND_NULL = 0,
+ KVSTORAGE_TYPE_BACKEND_FILE,
#ifdef WITH_DB
KVSTORAGE_TYPE_BACKEND_BDB,
#endif