diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-05-05 17:59:19 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-05-05 17:59:19 +0400 |
commit | 10d43143584a98ea4aece11c4fa753f71808afec (patch) | |
tree | d2445da60b8d591bbeddbf6711b5a6f9d26ae1f2 /src/fuzzy_storage.h | |
parent | 02a6d987bbdf55e06375544a14c046d1724f946e (diff) | |
download | rspamd-10d43143584a98ea4aece11c4fa753f71808afec.tar.gz rspamd-10d43143584a98ea4aece11c4fa753f71808afec.zip |
* Add ability to add flags to fuzzy hashes
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index aa3d50133..c317bd99f 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -14,6 +14,7 @@ struct fuzzy_cmd { u_char cmd; uint32_t blocksize; int32_t value; + int32_t flag; u_char hash[FUZZY_HASHLEN]; }; |