summaryrefslogtreecommitdiff
path: root/src/basic/ioprio.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore naming of IOPRIO_PRIO defines from linux/ioprio.hZbigniew Jędrzejewski-Szmek2018-03-211-2/+2
| | | | This undoes part of 10062bbc35a28e95897f66fa5f4991b9b1f9df5d.
* unit-file: do not allow bogus IOSchedulingClass valuesZbigniew Jędrzejewski-Szmek2018-03-171-4/+5
| | | | | | | | We have only three bits of space, i.e. 8 possible classes. Immediately reject anything outside of that range. Add the fuzzer test case and an additional unit test. oss-fuzz #6908.
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-1/+1
| | | | | This is a continuation of the previous include sort patch, which only sorted for .c files.
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+55
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/