X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=onak-conf.h;h=34dcff2edd89c45aa3c63a4bb01bf23b2e3599a1;hp=2a9e335c91dc54d64b11b7ff2e910c9155c26430;hb=8e0907be1d73011075a99a0c029c56664e12843e;hpb=0e735a0b184b202a0533c52171fc55506fa45db2 diff --git a/onak-conf.h b/onak-conf.h index 2a9e335..34dcff2 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -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;