summaryrefslogtreecommitdiff
path: root/rtp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2016-02-02 09:08:19 +0000
committerMike Brady <mikebrady@eircom.net>2016-02-02 09:08:19 +0000
commitc2949b0ff5b3495c8628bc0b501f0979626e445c (patch)
treef513d6fe78a40683d56833b38996c3ddf6cedca1 /rtp.h
parent9f62ec1ab0cff77c06e5c42edbc1d94a4ce1245b (diff)
Add proper data structure for passing parameters between threads. Add some debug messages.
Diffstat (limited to 'rtp.h')
-rw-r--r--rtp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtp.h b/rtp.h
index cc0776d..9adfb53 100644
--- a/rtp.h
+++ b/rtp.h
@@ -5,6 +5,10 @@
#include "player.h"
+typedef struct inter_threads_record {
+ uint32_t please_stop;
+} inter_threads_record;
+
void *rtp_audio_receiver(void *arg);
void *rtp_control_receiver(void *arg);
void *rtp_timing_receiver(void *arg);