diff options
Diffstat (limited to 'trace-hash.h')
-rw-r--r-- | trace-hash.h | 2 |
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); | |||
42 | struct filter_task *filter_task_hash_alloc(void); | 42 | struct filter_task *filter_task_hash_alloc(void); |
43 | void filter_task_hash_free(struct filter_task *hash); | 43 | void filter_task_hash_free(struct filter_task *hash); |
44 | struct filter_task *filter_task_hash_copy(struct filter_task *hash); | 44 | struct filter_task *filter_task_hash_copy(struct filter_task *hash); |
45 | int *filter_task_pids(struct filter_task *hash); | ||
46 | int filter_task_compare(struct filter_task *hash1, struct filter_task *hash2); | ||
45 | 47 | ||
46 | static inline gint filter_task_count(struct filter_task *hash) | 48 | static inline gint filter_task_count(struct filter_task *hash) |
47 | { | 49 | { |