Fix I/O Tasklist RR schedule option
This commit is contained in:
parent
bf2016071d
commit
92e452609a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user