Refactor the governor request into an external process helper function

This commit is contained in:
Marc Di Luzio
2019-02-03 16:18:59 +00:00
parent 0f6c9a8a95
commit a395caeb48
6 changed files with 67 additions and 29 deletions

View File

@ -28,7 +28,7 @@ daemon_sources = [
'gamemode-gpu.c',
'daemonize.c',
'dbus_messaging.c',
'governors.c',
'external-helper.c',
'daemon_config.c',
]