X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=cleankey.h;h=22a7e45c94c58b65f5c8ecc7558f90afe7de1b8c;hb=9ce8c6ced68d45b462abb4c6531b6476f4d1e681;hp=073ef666000af646d7d145296a51fda94f367fda;hpb=a0d1c99184eeb07a6a7711e168c3db4b8c0937eb;p=onak.git diff --git a/cleankey.h b/cleankey.h index 073ef66..22a7e45 100644 --- a/cleankey.h +++ b/cleankey.h @@ -22,6 +22,9 @@ #include "keystructs.h" #define ONAK_CLEAN_CHECK_SIGHASH (1 << 0) +#define ONAK_CLEAN_LARGE_PACKETS (1 << 1) +#define ONAK_CLEAN_DROP_V3_KEYS (1 << 2) +#define ONAK_CLEAN_UPDATE_ONLY (1 << 3) #define ONAK_CLEAN_ALL (uint64_t) -1 /**