aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-graph.h')
-rw-r--r--rt-graph.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/rt-graph.h b/rt-graph.h
index b1453fd..f3a1705 100644
--- a/rt-graph.h
+++ b/rt-graph.h
@@ -105,11 +105,9 @@ struct rt_graph_info {
105 105
106 gint server_block_id; 106 gint server_block_id;
107 struct format_field *sblock_sid_field; 107 struct format_field *sblock_sid_field;
108 struct format_field *sblock_lid_field;
109 108
110 gint server_resume_id; 109 gint server_resume_id;
111 struct format_field *sresume_sid_field; 110 struct format_field *sresume_sid_field;
112 struct format_field *sresume_lid_field;
113 111
114 /* Cache of ts fields for non-litmus events */ 112 /* Cache of ts fields for non-litmus events */
115 struct ts_list *events[TS_HASH_SIZE]; 113 struct ts_list *events[TS_HASH_SIZE];
@@ -206,10 +204,10 @@ int rt_graph_check_server_completion(struct graph_info *ginfo,
206 gint *sid, gint *job, 204 gint *sid, gint *job,
207 unsigned long long *when); 205 unsigned long long *when);
208int rt_graph_check_server_block(struct graph_info *ginfo, 206int rt_graph_check_server_block(struct graph_info *ginfo,
209 struct record *record, gint *pid, gint *lid, 207 struct record *record, gint *pid,
210 unsigned long long *when); 208 unsigned long long *when);
211int rt_graph_check_server_resume(struct graph_info *ginfo, struct record *record, 209int rt_graph_check_server_resume(struct graph_info *ginfo, struct record *record,
212 gint *pid, gint *lid, unsigned long long *when); 210 gint *pid, unsigned long long *when);
213int rt_graph_check_sys_release(struct graph_info *ginfo, struct record *record, 211int rt_graph_check_sys_release(struct graph_info *ginfo, struct record *record,
214 unsigned long long *when); 212 unsigned long long *when);
215void init_rt_event_cache(struct rt_graph_info *rtinfo); 213void init_rt_event_cache(struct rt_graph_info *rtinfo);