From: Dmitry V. Levin Date: Thu, 11 Dec 2014 21:32:52 +0000 (+0000) Subject: Update SCHED_* constants X-Git-Tag: v4.10~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=719554d5ebeaa677385412ac0e88d04f15ac14cf;p=strace Update SCHED_* constants * xlat/schedulers.in: Add SCHED_BATCH, SCHED_ISO, SCHED_IDLE, and SCHED_DEADLINE. --- diff --git a/xlat/schedulers.in b/xlat/schedulers.in index f8718f49..4a6e366e 100644 --- a/xlat/schedulers.in +++ b/xlat/schedulers.in @@ -1,3 +1,7 @@ SCHED_OTHER -SCHED_RR SCHED_FIFO +SCHED_RR +SCHED_BATCH +SCHED_ISO +SCHED_IDLE +SCHED_DEADLINE