aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/DatabasePlugin.hxx')
-rw-r--r--src/db/DatabasePlugin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/DatabasePlugin.hxx b/src/db/DatabasePlugin.hxx
index ba6cd1f08..7655d8e2d 100644
--- a/src/db/DatabasePlugin.hxx
+++ b/src/db/DatabasePlugin.hxx
@@ -35,6 +35,8 @@ class Database;
struct DatabasePlugin {
const char *name;
+ unsigned flags;
+
/**
* Allocates and configures a database.
*/