refactor: Break ioprio API functions out of the main daemon source

Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow
2018-10-08 22:24:53 +02:00
parent edf9257de4
commit 403ce122f6
4 changed files with 66 additions and 53 deletions

View File

@ -19,6 +19,7 @@ daemon_sources = [
'main.c',
'gamemode.c',
'gamemode-env.c',
'gamemode-ioprio.c',
'gamemode-proc.c',
'gamemode-sched.c',
'daemonize.c',