aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 23:53:41 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 23:53:41 +0000
commite4c6a05c91c8361703889794e9e19eb15dd2b1af (patch)
tree01daca5767cc746580567762a23bc69342c01cad /src/fuzzy_storage.h
parent832db6f80dba6d7f529578ed3242358925f5a1f1 (diff)
downloadrspamd-e4c6a05c91c8361703889794e9e19eb15dd2b1af.tar.gz
rspamd-e4c6a05c91c8361703889794e9e19eb15dd2b1af.zip
Process commands for lmdb.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r--src/fuzzy_storage.h5
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