13
0

Fix I/O Tasklist RR schedule option

This commit is contained in:
Robin Gareus 2024-10-18 15:09:44 +02:00
parent bf2016071d
commit 92e452609a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -62,6 +62,7 @@ IOTaskList::IOTaskList (uint32_t n_threads)
case 2:
use_rt = true;
policy = SCHED_RR;
break;
default:
use_rt = false;
policy = SCHED_OTHER;