diff options
Diffstat (limited to 'src/filter.h')
-rw-r--r-- | src/filter.h | 6 |
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 |