diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-20 13:40:35 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-20 13:40:35 +0000 |
commit | eda0029062ca38641a59674987873811742f08f8 (patch) | |
tree | 85f05d995cd0424108a303b7aa0c238a80d92cbf /src/fuzzy_storage.h | |
parent | b0b003e18e947d33186746fc989216dc55918f61 (diff) | |
download | rspamd-eda0029062ca38641a59674987873811742f08f8.tar.gz rspamd-eda0029062ca38641a59674987873811742f08f8.zip |
Implement direct checking.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index 783280fc0..31921013f 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -35,7 +35,7 @@ struct rspamd_fuzzy_shingle_cmd { }; struct rspamd_fuzzy_reply { - guint32 code; + guint32 value; gdouble prob; }; |