aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt-graph.c')
-rw-r--r--rt-graph.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt-graph.c b/rt-graph.c
index 4aa06ac..8b9c360 100644
--- a/rt-graph.c
+++ b/rt-graph.c
@@ -157,9 +157,9 @@ int rt_graph_check_task_param(struct rt_graph_info *rtg_info,
157 * Return 1 and @pid, @job, and @ts if the record matches 157 * Return 1 and @pid, @job, and @ts if the record matches
158 */ 158 */
159int rt_graph_check_switch_to(struct rt_graph_info *rtg_info, 159int rt_graph_check_switch_to(struct rt_graph_info *rtg_info,
160 struct pevent *pevent, struct record *record, 160 struct pevent *pevent, struct record *record,
161 gint *pid, gint *job, 161 gint *pid, gint *job,
162 unsigned long long *ts) 162 unsigned long long *ts)
163{ 163{
164 struct event_format *event; 164 struct event_format *event;
165 unsigned long long val; 165 unsigned long long val;