aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-graph.h')
-rw-r--r--trace-graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.h b/trace-graph.h
index 1cb77b9..788c77d 100644
--- a/trace-graph.h
+++ b/trace-graph.h
@@ -246,7 +246,7 @@ struct graph_info {
246 struct format_field *wakeup_new_pid_field; 246 struct format_field *wakeup_new_pid_field;
247 struct format_field *wakeup_new_success_field; 247 struct format_field *wakeup_new_success_field;
248 248
249 struct rt_graph_info rtinfo; 249 struct rt_graph_info rtg_info;
250 250
251 gboolean read_comms; /* Read all comms on first load */ 251 gboolean read_comms; /* Read all comms on first load */
252 252