aboutgitcodelistschat:MatrixIRC
path: root/cooker/calls/scheduler.c
Commit message (Collapse)AuthorAgeFilesLines
* cooker: fix priority name for sched_setschedulerAlice Frosi2023-09-011-1/+1
|
* cooker, seitan: add sched_setschedulerAlice Frosi2023-09-011-0/+41
The sched_setscheduler requires to set the pid of the process we want to change the priority, this adds a new metadata for getting the target pid at runtime. Add a couple of syscalls for the scheduler in the string parsing. Signed-off-by: Alice Frosi <afrosi@redhat.com>