diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-20 16:23:05 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-20 16:23:05 +0000 |
commit | 084e2e2a3906c0b3302402fcc4a21f1e0baaa618 (patch) | |
tree | 07499cfbc5adbcf32cad2cdd54b7e8b907cda979 /src/fuzzy_storage.h | |
parent | e35c53bd0ed4d672392508e01230bbf0203102b4 (diff) | |
download | rspamd-084e2e2a3906c0b3302402fcc4a21f1e0baaa618.tar.gz rspamd-084e2e2a3906c0b3302402fcc4a21f1e0baaa618.zip |
Restore functions of fuzzy_check.
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 5c659a7b9..1d1b05edb 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -37,6 +37,7 @@ struct rspamd_fuzzy_shingle_cmd { struct rspamd_fuzzy_reply { guint32 value; + guint32 flag; gdouble prob; }; |