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 1aaa828..b5296eb 100644
--- a/trace-hash.h
+++ b/trace-hash.h
@@ -42,6 +42,8 @@ void filter_task_clear(struct filter_task *hash);
42struct filter_task *filter_task_hash_alloc(void); 42struct filter_task *filter_task_hash_alloc(void);
43void filter_task_hash_free(struct filter_task *hash); 43void filter_task_hash_free(struct filter_task *hash);
44struct filter_task *filter_task_hash_copy(struct filter_task *hash); 44struct filter_task *filter_task_hash_copy(struct filter_task *hash);
45int *filter_task_pids(struct filter_task *hash);
46int filter_task_compare(struct filter_task *hash1, struct filter_task *hash2);
45 47
46static inline gint filter_task_count(struct filter_task *hash) 48static inline gint filter_task_count(struct filter_task *hash)
47{ 49{