diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-15 17:18:01 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-15 17:18:01 -0400 |
commit | 34c00c482f8d63af02784de9d376237611b42bfe (patch) | |
tree | 4ecf10ace6253f848ee2a73a76bb9e79171164e3 /rt-graph.h | |
parent | 84c21bf0c89821bd35b035cd9f7f08acc13ea2dc (diff) |
Diffstat (limited to 'rt-graph.h')
-rw-r--r-- | rt-graph.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -86,12 +86,14 @@ struct rt_graph_info { | |||
86 | struct format_field *sswitch_to_job_field; | 86 | struct format_field *sswitch_to_job_field; |
87 | struct format_field *sswitch_to_tid_field; | 87 | struct format_field *sswitch_to_tid_field; |
88 | struct format_field *sswitch_to_tjob_field; | 88 | struct format_field *sswitch_to_tjob_field; |
89 | struct format_field *sswitch_to_cpu_field; | ||
89 | 90 | ||
90 | gint server_switch_away_id; | 91 | gint server_switch_away_id; |
91 | struct format_field *sswitch_away_sid_field; | 92 | struct format_field *sswitch_away_sid_field; |
92 | struct format_field *sswitch_away_job_field; | 93 | struct format_field *sswitch_away_job_field; |
93 | struct format_field *sswitch_away_tid_field; | 94 | struct format_field *sswitch_away_tid_field; |
94 | struct format_field *sswitch_away_tjob_field; | 95 | struct format_field *sswitch_away_tjob_field; |
96 | struct format_field *sswitch_away_cpu_field; | ||
95 | 97 | ||
96 | gint server_release_id; | 98 | gint server_release_id; |
97 | struct format_field *srelease_sid_field; | 99 | struct format_field *srelease_sid_field; |
@@ -188,11 +190,11 @@ int rt_graph_check_server_param(struct graph_info *ginfo, struct record *record, | |||
188 | unsigned long long *period); | 190 | unsigned long long *period); |
189 | int rt_graph_check_server_switch_to(struct graph_info *ginfo, | 191 | int rt_graph_check_server_switch_to(struct graph_info *ginfo, |
190 | struct record *record, | 192 | struct record *record, |
191 | gint *sid, gint *job, gint *tid, gint *tjob, | 193 | gint *sid, gint *job, gint *tid, gint *tjob, gint *cpu, |
192 | unsigned long long *when); | 194 | unsigned long long *when); |
193 | int rt_graph_check_server_switch_away(struct graph_info *ginfo, | 195 | int rt_graph_check_server_switch_away(struct graph_info *ginfo, |
194 | struct record *record, | 196 | struct record *record, |
195 | gint *sid, gint *job, gint *tid, gint *tjob, | 197 | gint *sid, gint *job, gint *tid, gint *tjob, gint *cpu, |
196 | unsigned long long *when); | 198 | unsigned long long *when); |
197 | int rt_graph_check_server_release(struct graph_info *ginfo, | 199 | int rt_graph_check_server_release(struct graph_info *ginfo, |
198 | struct record *record, | 200 | struct record *record, |