diff --git a/daemon/gamemode-context.c b/daemon/gamemode-context.c index 3671b6c..c401632 100644 --- a/daemon/gamemode-context.c +++ b/daemon/gamemode-context.c @@ -51,11 +51,11 @@ POSSIBILITY OF SUCH DAMAGE. * The GameModeClient encapsulates the remote connection, providing a list * form to contain the pid and credentials. */ -typedef struct GameModeClient { +struct GameModeClient { pid_t pid; /**< Process ID */ struct GameModeClient *next; /**