X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=3e02b7a0226769bacc240e47db3972a7e42d7aca;hb=94422621d7c1300ae7001d13590570f9d4ad2a07;hp=4cf9bfc2be2b89e9ba99fef6159d980375afcdb8;hpb=a04a68c405b6927a6b4fdf9682f697847036ecf7;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index 4cf9bfc..3e02b7a 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -14,14 +14,16 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __ONAK_CONF_H_ #define __ONAK_CONF_H_ -#include "keydb.h" +#include +#include + +#include "ll.h" /** * @brief Backend database configuration. @@ -87,8 +89,8 @@ struct onak_config { /** Pointer to the initialisation function for our loaded DB backend */ struct onak_dbctx *(*dbinit)(struct onak_db_config *, bool); - /** Should we verify signature hashes match? */ - bool check_sighash; + /** What policies should we use for cleaning keys? */ + uint64_t clean_policies; /* * Options used by the email handling script.