mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
refactor: Break ioprio API functions out of the main daemon source
Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@ -104,6 +104,12 @@ GameModeConfig *game_mode_config_from_context(const GameModeContext *context);
|
||||
char *game_mode_lookup_proc_env(const procfd_t proc_fd, const char *var);
|
||||
char *game_mode_lookup_user_home(void);
|
||||
|
||||
/** gamemode-ioprio.c
|
||||
* Provides internal API functions specific to adjusting process
|
||||
* IO priorities.
|
||||
*/
|
||||
void game_mode_apply_ioprio(const GameModeContext *self, const pid_t client);
|
||||
|
||||
/** gamemode-proc.c
|
||||
* Provides internal API functions specific to working with process
|
||||
* environments.
|
||||
|
Reference in New Issue
Block a user