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 7f5732f8c618..25c50317ddc1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1273,6 +1273,7 @@ struct task_struct { | |||
1273 | 1273 | ||
1274 | /* Revert to default priority/policy when forking */ | 1274 | /* Revert to default priority/policy when forking */ |
1275 | unsigned sched_reset_on_fork:1; | 1275 | unsigned sched_reset_on_fork:1; |
1276 | unsigned sched_contributes_to_load:1; | ||
1276 | 1277 | ||
1277 | pid_t pid; | 1278 | pid_t pid; |
1278 | pid_t tgid; | 1279 | pid_t tgid; |