]> the.earth.li Git - onak.git/blobdiff - onak-conf.h
Bump Debian Standards-Version to 3.9.6.0
[onak.git] / onak-conf.h
index eb3d91cb67d66903737492fa8f1f6af83f78306b..34dcff2edd89c45aa3c63a4bb01bf23b2e3599a1 100644 (file)
@@ -51,7 +51,7 @@ struct onak_config {
 
        /*
         * Options for any database backend that needs a directory, be it the
-        * file, db2 or db3 options.
+        * file, fs or db4 options.
         */
        /** The path to the directory containing the database files. */
        char *db_dir;
@@ -76,8 +76,8 @@ struct onak_config {
        /** Directory where backend .so files can be found */
        char *backends_dir;
 
-       /** Pointer to the function table for our loaded DB backend */
-       struct dbfuncs *dbbackend;
+       /** Pointer to the initialisation function for our loaded DB backend */
+       struct onak_dbctx *(*dbinit)(bool);
 
        /** Should we verify signature hashes match? */
        bool check_sighash;