diff options
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trace-graph.h b/trace-graph.h index d56438d..67a8f35 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -80,6 +80,14 @@ struct plot_info { | |||
80 | 80 | ||
81 | gboolean completion; | 81 | gboolean completion; |
82 | unsigned long long ctime; | 82 | unsigned long long ctime; |
83 | |||
84 | gboolean ubox; | ||
85 | unsigned long long ubtime; | ||
86 | char *ublabel; | ||
87 | |||
88 | gboolean dbox; | ||
89 | unsigned long long dbtime; | ||
90 | char *dblabel; | ||
83 | }; | 91 | }; |
84 | 92 | ||
85 | /* | 93 | /* |