summaryrefslogtreecommitdiffstats
path: root/src/rccdb4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rccdb4.h')
-rw-r--r--src/rccdb4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rccdb4.h b/src/rccdb4.h
index 54c2106..fa4d28d 100644
--- a/src/rccdb4.h
+++ b/src/rccdb4.h
@@ -33,7 +33,9 @@ struct db4_context_t {
DB_ENV *dbe;
DB *db;
#endif /* HAVE_DB_H */
-
+
+ int initialized;
+ char *dbpath;
rcc_db4_flags flags;
};