summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-07-15 11:54:48 +0100
committerMike Brady <mikebrady@eircom.net>2018-07-15 11:54:48 +0100
commit768dc7759a953c8021eb717986df21f9049b1125 (patch)
tree70fafa8c34e880cf509ff238259d4424e0367d90 /player.h
parentd3b79b965d5afb21d479777b4a3fcfd3a9af1ee8 (diff)
Tidy up log output and add timers to inform statements. Move more stuff to the player thread pop function. Warn about cancellation points in debug versions of mutex lock and unlock. Ensure they are not cancellation points when debug not in use. Warn about Mac OS X cancellation points.
Diffstat (limited to 'player.h')
-rw-r--r--player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player.h b/player.h
index 9d4774b..d9b0a05 100644
--- a/player.h
+++ b/player.h
@@ -81,6 +81,7 @@ typedef struct {
SOCKADDR remote, local;
int stop;
int running;
+ time_t playstart;
pthread_t thread, timer_requester, rtp_audio_thread, rtp_control_thread, rtp_timing_thread;
// pthread_t *ptp;