aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/sched_mc.h')
-rw-r--r--include/litmus/sched_mc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/sched_mc.h b/include/litmus/sched_mc.h
index 70f57cfd2706..567603c5ffff 100644
--- a/include/litmus/sched_mc.h
+++ b/include/litmus/sched_mc.h
@@ -55,6 +55,7 @@ struct ce_dom_data {
55 struct rt_event event; 55 struct rt_event event;
56#else 56#else
57 struct hrtimer timer; 57 struct hrtimer timer;
58 struct hrtimer_start_on_info timer_info;
58#endif 59#endif
59}; 60};
60 61