aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-27 22:25:06 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-27 22:25:06 +0000
commit8b19235b6113d869fba1239ac4d1406d6d7310b8 (patch)
tree8812c98d678e1ebc53072dfb707a11214a344afc /src/player.h
parentad4246d6cb9249c1bd3865d5619d57ae0d5fd8cd (diff)
downloadmpd-8b19235b6113d869fba1239ac4d1406d6d7310b8.tar.gz
mpd-8b19235b6113d869fba1239ac4d1406d6d7310b8.tar.xz
mpd-8b19235b6113d869fba1239ac4d1406d6d7310b8.zip
put decode_pid in shared mem, so if player process dies, the master
can still kill the decode process. git-svn-id: https://svn.musicpd.org/mpd/trunk@107 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index a50b799c8..51f9e04ed 100644
--- a/src/player.h
+++ b/src/player.h
@@ -74,6 +74,7 @@ typedef struct _PlayerControl {
float crossFade;
mpd_sint8 softwareVolume;
double totalPlayTime;
+ int decode_pid;
} PlayerControl;
void player_sigHandler(int signal);