diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 23:53:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 23:53:41 +0000 |
commit | e4c6a05c91c8361703889794e9e19eb15dd2b1af (patch) | |
tree | 01daca5767cc746580567762a23bc69342c01cad /src/fuzzy_storage.h | |
parent | 832db6f80dba6d7f529578ed3242358925f5a1f1 (diff) | |
download | rspamd-e4c6a05c91c8361703889794e9e19eb15dd2b1af.tar.gz rspamd-e4c6a05c91c8361703889794e9e19eb15dd2b1af.zip |
Process commands for lmdb.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index 33ecc1959..9db779c33 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -28,4 +28,9 @@ struct rspamd_fuzzy_cmd { struct rspamd_shingle sh; }; +struct rspamd_fuzzy_reply { + guint32 code; + gdouble prob; +}; + #endif |