aboutsummaryrefslogtreecommitdiffstats
path: root/trace-hash.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-06-10 17:53:51 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-06-10 17:53:51 -0400
commit3c95290d3fb593145b8ce1163d795a08f05e112c (patch)
treee6fc1bea660993e4eaaf5b716bef577d6fbf692e /trace-hash.h
parentd01b699fffc573e7653e00d608444735c04f9dca (diff)
parentb09e5f4f3fc5c8fc2c51376050af19660c8053f4 (diff)
Merge branch 'kernelshark-devel' into trace-cmd
Conflicts: Makefile Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
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{