mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Get ready for re-setting ioprio value on un-register
Implements tests for feature Fixes CLAMP macro
This commit is contained in:
@ -122,7 +122,8 @@ char *game_mode_lookup_user_home(void);
|
||||
* Provides internal API functions specific to adjusting process
|
||||
* IO priorities.
|
||||
*/
|
||||
void game_mode_apply_ioprio(const GameModeContext *self, const pid_t client);
|
||||
int game_mode_get_ioprio(const pid_t client);
|
||||
void game_mode_apply_ioprio(const GameModeContext *self, const pid_t client, int expected);
|
||||
|
||||
/** gamemode-proc.c
|
||||
* Provides internal API functions specific to working with process
|
||||
|
Reference in New Issue
Block a user