summaryrefslogtreecommitdiffstats
path: root/src/hs_helper.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-04 13:42:36 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-04 13:42:36 +0100
commit4bd75d888a4110b3cfa89c8fb33610e6ad95d899 (patch)
tree1faa6e6033ac5bf9faf9a2cb46e6288861b60e93 /src/hs_helper.c
parentb0ff4a4833a848c5e7a56b8bc12834fb7059926e (diff)
downloadrspamd-4bd75d888a4110b3cfa89c8fb33610e6ad95d899.tar.gz
rspamd-4bd75d888a4110b3cfa89c8fb33610e6ad95d899.zip
[Feature] Allow to attach file descriptors to control commands
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r--src/hs_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c
index 7e8f7f1c5..e0c56f4d2 100644
--- a/src/hs_helper.c
+++ b/src/hs_helper.c
@@ -203,6 +203,7 @@ rspamd_rs_compile (struct hs_helper_ctx *ctx, struct rspamd_worker *worker,
static gboolean
rspamd_hs_helper_reload (struct rspamd_main *rspamd_main,
struct rspamd_worker *worker, gint fd,
+ gint attached_fd,
struct rspamd_control_command *cmd,
gpointer ud)
{