diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:14:38 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:14:38 +0000 |
commit | b7ac3fab465f883220790df8cad84d8bd96446bb (patch) | |
tree | c283785ec78fd9ea9b803f7400aa4fe060cd44e8 /src/player.h | |
parent | 701cf6884ceb8a5a4791211258ce5d298d38e22f (diff) | |
download | mpd-b7ac3fab465f883220790df8cad84d8bd96446bb.tar.gz mpd-b7ac3fab465f883220790df8cad84d8bd96446bb.tar.xz mpd-b7ac3fab465f883220790df8cad84d8bd96446bb.zip |
use the notify API in the player
git-svn-id: https://svn.musicpd.org/mpd/trunk@7282 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index c819a90c6..8e2678ef1 100644 --- a/src/player.h +++ b/src/player.h @@ -51,6 +51,7 @@ #define PLAYER_QUEUE_LOCKED 1 typedef struct _PlayerControl { + Notify notify; volatile mpd_sint8 stop; volatile mpd_sint8 play; volatile mpd_sint8 pause; |