aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-01-31 22:24:51 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-01-31 22:24:51 +0400
commit5c0f36dfe734e46d72e4afdfd71c05353e4df86d (patch)
tree8ed04921ae2a4ee18106b0ca8096641e12ed1c01 /src/filter.h
parent2d708971163dc99f9c29cc47e7d4f56a3af882c5 (diff)
downloadrspamd-5c0f36dfe734e46d72e4afdfd71c05353e4df86d.tar.gz
rspamd-5c0f36dfe734e46d72e4afdfd71c05353e4df86d.zip
Fixes to threading (still incomplete).
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h
index d222fdd45..5cd6e4ff2 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -94,6 +94,12 @@ gint process_filters (struct worker_task *task);
void process_statfiles (struct worker_task *task);
/**
+ * Process message with statfiles threaded
+ * @param data worker's task that present message from user
+ */
+void process_statfiles_threaded (gpointer data, gpointer user_data);
+
+/**
* Insert a result to task
* @param task worker's task that present message from user
* @param metric_name metric's name to which we need to insert result