aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamd.h')
-rw-r--r--src/rspamd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h
index 52838a950..bd4ca9684 100644
--- a/src/rspamd.h
+++ b/src/rspamd.h
@@ -85,6 +85,9 @@ struct rspamd_worker_signal_handler {
};
struct rspamd_controller_pbkdf {
+ const char *name;
+ const char *alias;
+ const char *description;
enum rspamd_cryptobox_pbkdf_type type;
gint id;
guint complexity;