diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-06-10 17:53:51 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-10 17:53:51 -0400 |
commit | 3c95290d3fb593145b8ce1163d795a08f05e112c (patch) | |
tree | e6fc1bea660993e4eaaf5b716bef577d6fbf692e /trace-hash.h | |
parent | d01b699fffc573e7653e00d608444735c04f9dca (diff) | |
parent | b09e5f4f3fc5c8fc2c51376050af19660c8053f4 (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.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 | { |