b32b21b
0f13f24
1 2 3 4 5 6 7
8
9 10
#include <sys/types.h> #include <stdio.h> #include "litmus.h" int main(int argc, char** argv) { spolicy scheduler = sched_getpolicy(); printf("%s\n", get_scheduler_name(scheduler)); return 0; }