diff options
Diffstat (limited to 'src/Utils.h')
-rw-r--r-- | src/Utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h index f023646..7f65fa3 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -57,6 +57,8 @@ inline long timespecdiff_us(struct timespec& oldTime, struct timespec& time) return tv_sec * 1000 + tv_nsec / 1000; } +// Set SCHED_RR with priority prio (0=lowest) +int set_realtime_prio(int prio); #endif |