aboutgitcodelistschat:MatrixIRC
path: root/demo/scheduler.hjson
Commit message (Collapse)AuthorAgeFilesLines
* cooker, seitan: add sched_setschedulerAlice Frosi2023-09-011-0/+24
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>