mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Implement inotify check on the reaper thread for config changes
This commit is contained in:
@ -112,9 +112,9 @@ int game_mode_context_query_status(GameModeContext *self, pid_t pid, pid_t reque
|
||||
GameModeConfig *game_mode_config_from_context(const GameModeContext *context);
|
||||
|
||||
/*
|
||||
* Refresh the current configuration
|
||||
* Reload the current configuration
|
||||
*/
|
||||
int game_mode_refresh_config(GameModeContext *context);
|
||||
int game_mode_reload_config(GameModeContext *context);
|
||||
|
||||
/** gamemode-env.c
|
||||
* Provides internal API functions specific to working environment
|
||||
|
Reference in New Issue
Block a user