]> the.earth.li Git - onak.git/blobdiff - keydb.h
Properly isolate database backend configuration
[onak.git] / keydb.h
diff --git a/keydb.h b/keydb.h
index 6c1bcf55dc17d65dec79030a64dbdccc536f0cc8..d7515c8f7881452b259b6ae8e6ecf30bb1a6149a 100644 (file)
--- a/keydb.h
+++ b/keydb.h
@@ -207,6 +207,11 @@ struct onak_dbctx {
                        void (*iterfunc)(void *ctx,
                        struct openpgp_publickey *key), void *ctx);
 
+/**
+ * @brief Configuration file information for this backend instance
+ */
+       struct onak_db_config *config;
+
 /**
  * @brief Private backend context information.
  */