strace/xlat/ioprio_class.in
Eugene Syromyatnikov d961fb6936 ioprio: move constant definitions to xlat
* xlat/ioprio_class.in: Add fallback values.
* xlat/ioprio_who.in: Likewise.
* ioprio.c: Remove IOPRIO_WHO_* and IOPRIO_CLASS_* enums.
2018-08-31 19:33:29 +02:00

5 lines
78 B
Plaintext

IOPRIO_CLASS_NONE 0
IOPRIO_CLASS_RT 1
IOPRIO_CLASS_BE 2
IOPRIO_CLASS_IDLE 3