summaryrefslogtreecommitdiff
path: root/libjack/local.h
diff options
context:
space:
mode:
authorjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-03-25 19:31:51 +0000
committerjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-03-25 19:31:51 +0000
commit64930746f2920dd7bdfc6488920e21bc4decabbc (patch)
treef573097e610ff9814b66d5d211f834a094aaa5d6 /libjack/local.h
parent3ee51925deb1f644ae41dedfc8d3272012c65d45 (diff)
downloadjack1-64930746f2920dd7bdfc6488920e21bc4decabbc.tar.gz
[0.96.0] merge MacOSX EXP tree into HEAD
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@673 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'libjack/local.h')
-rw-r--r--libjack/local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjack/local.h b/libjack/local.h
index 4336e85..55f24b9 100644
--- a/libjack/local.h
+++ b/libjack/local.h
@@ -31,11 +31,12 @@ struct _jack_client {
char first_active : 1;
pthread_t thread_id;
-#if defined(__APPLE__) && defined(__POWERPC__)
+#ifdef JACK_USE_MACH_THREADS
/* specific ressources for server/client real-time thread communication */
mach_port_t clienttask, bp, serverport, replyport;
trivial_message message;
pthread_t process_thread;
+ char rt_thread_ok : 1;
#endif
};