diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 14:10:14 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 14:10:14 +0100 |
commit | 2c4e333544bf29880924a058a80a40ab7e264435 (patch) | |
tree | 048ff6a2aba7e3dd5c66deaeac106b910b2d0778 /config.h.in | |
parent | 40c6406e4a8bf633fee611a8c0d5ff980f7d3836 (diff) | |
download | rspamd-2c4e333544bf29880924a058a80a40ab7e264435.tar.gz rspamd-2c4e333544bf29880924a058a80a40ab7e264435.zip |
Add attach_controller callback to plugins.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b7d4ed74c..28f872445 100644 --- a/config.h.in +++ b/config.h.in @@ -469,6 +469,8 @@ typedef struct module_s { int (*module_init_func)(struct rspamd_config *cfg, struct module_ctx **ctx); int (*module_config_func)(struct rspamd_config *cfg); int (*module_reconfig_func)(struct rspamd_config *cfg); + int (*module_attach_controller_func)(struct module_ctx *ctx, + GHashTable *custom_commands); } module_t; typedef struct worker_s { |