X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=5d39f6ab2a44bcdd06af245d178b4742474adb3f;hb=3da81770b841f841c5145f91a9ccedc296e13f4b;hp=3e02b7a0226769bacc240e47db3972a7e42d7aca;hpb=a0d1c99184eeb07a6a7711e168c3db4b8c0937eb;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index 3e02b7a..5d39f6a 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -23,6 +23,7 @@ #include #include +#include "keyarray.h" #include "ll.h" /** @@ -89,6 +90,9 @@ struct onak_config { /** Pointer to the initialisation function for our loaded DB backend */ struct onak_dbctx *(*dbinit)(struct onak_db_config *, bool); + /** Blacklist of fingerprints to reject */ + struct keyarray blacklist; + /** What policies should we use for cleaning keys? */ uint64_t clean_policies;