aboutsummaryrefslogtreecommitdiffstats
path: root/trace-hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-hash.h')
-rw-r--r--trace-hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-hash.h b/trace-hash.h
index cab6195..9948138 100644
--- a/trace-hash.h
+++ b/trace-hash.h
@@ -21,6 +21,8 @@ void filter_task_add_pid(struct filter_task *hash, gint pid);
21void filter_task_remove_pid(struct filter_task *hash, gint pid); 21void filter_task_remove_pid(struct filter_task *hash, gint pid);
22void filter_task_clear(struct filter_task *hash); 22void filter_task_clear(struct filter_task *hash);
23struct filter_task *filter_task_hash_alloc(void); 23struct filter_task *filter_task_hash_alloc(void);
24void filter_task_hash_free(struct filter_task *hash);
25struct filter_task *filter_task_hash_copy(struct filter_task *hash);
24 26
25static inline gint filter_task_count(struct filter_task *hash) 27static inline gint filter_task_count(struct filter_task *hash)
26{ 28{