From bbf84374a5893e076f6c1785f850f64d8fe69a3d Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 11 Apr 2004 23:44:37 +0000 Subject: more volatile stuff git-svn-id: https://svn.musicpd.org/mpd/trunk@699 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/player.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 65ea07595..6e60dc274 100644 --- a/src/player.h +++ b/src/player.h @@ -51,13 +51,13 @@ #define PLAYER_QUEUE_LOCKED 1 typedef struct _PlayerControl { - mpd_sint8 decodeType; + mpd_sint8 volatile decodeType; mpd_sint8 volatile stop; mpd_sint8 volatile play; mpd_sint8 volatile pause; mpd_sint8 volatile state; mpd_sint8 volatile closeAudio; - mpd_sint8 error; + mpd_sint8 volatile error; mpd_uint16 bitRate; mpd_sint8 bits; mpd_sint8 channels; @@ -72,7 +72,7 @@ typedef struct _PlayerControl { mpd_sint8 volatile lockQueue; mpd_sint8 volatile unlockQueue; mpd_sint8 volatile seek; - double seekWhere; + double volatile seekWhere; float crossFade; mpd_uint16 softwareVolume; double totalPlayTime; -- cgit v1.2.3