aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/event_group.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-03-30 11:21:59 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-03-30 11:21:59 -0400
commitb2ecb9f8d20baa3edfb305d263a7f0902ac019f3 (patch)
tree77af90862b09542fa6fbcae7117b41b19086e552 /include/litmus/event_group.h
parentc31763ecf41cbcdb61e8960f0354d8b2e39a8645 (diff)
Removed ARM-specific hacks which disabled less common mixed-criticality features.wip-mc
Diffstat (limited to 'include/litmus/event_group.h')
-rw-r--r--include/litmus/event_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/event_group.h b/include/litmus/event_group.h
index b2a6a3ff5627..7b15a7e0412d 100644
--- a/include/litmus/event_group.h
+++ b/include/litmus/event_group.h
@@ -25,6 +25,7 @@ struct event_list {
25 /* For timer firing */ 25 /* For timer firing */
26 lt_t fire_time; 26 lt_t fire_time;
27 struct hrtimer timer; 27 struct hrtimer timer;
28 struct hrtimer_start_on_info info;
28 29
29 struct list_head queue_node; /* For event_queue */ 30 struct list_head queue_node; /* For event_queue */
30 struct event_group* group; /* For callback */ 31 struct event_group* group; /* For callback */