Add use_keyd config file option to select keyd as the backend
[onak.git] / onak-conf.h
index 11bdbdb5bae189f683c80c77a82817b559fd2373..16763c6d1d8ff3fc6de91a1f1a8c8159abf8069b 100644 (file)
@@ -40,6 +40,11 @@ struct onak_config {
        struct ll *syncsites;
        char *logfile;
 
+       /*
+        * Set if we're using keyd as the backend.
+        */
+       bool use_keyd;
+
        /*
         * Options for any database backend that needs a directory, be it the
         * file, db2 or db3 options.