aboutsummaryrefslogtreecommitdiff
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerData.h')
-rw-r--r--src/playerData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 500b4b93..ac64f3b8 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -38,6 +38,7 @@ typedef struct _PlayerData {
PlayerControl playerControl;
DecoderControl decoderControl;
mpd_sint8 audioDeviceEnabled[AUDIO_MAX_DEVICES];
+ int pid;
} PlayerData;
void initPlayerData();