refactor: Break sched 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 21:49:28 +02:00
parent c51f9f5003
commit f9ad4ca1ef
4 changed files with 167 additions and 112 deletions

View File

@@ -20,6 +20,7 @@ daemon_sources = [
'gamemode.c',
'gamemode-env.c',
'gamemode-proc.c',
'gamemode-sched.c',
'daemonize.c',
'dbus_messaging.c',
'governors.c',