diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index a06d09ebd5c6..fe3f8fbc614e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -932,6 +932,7 @@ struct sched_entity { | |||
932 | struct sched_rt_entity { | 932 | struct sched_rt_entity { |
933 | struct list_head run_list; | 933 | struct list_head run_list; |
934 | unsigned int time_slice; | 934 | unsigned int time_slice; |
935 | unsigned long timeout; | ||
935 | }; | 936 | }; |
936 | 937 | ||
937 | struct task_struct { | 938 | struct task_struct { |