summaryrefslogtreecommitdiff
path: root/libjack/local.h
diff options
context:
space:
mode:
authorjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-10-10 04:18:21 +0000
committerjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-10-10 04:18:21 +0000
commit8fe87b2f75eb4348642ec30b02e152dd741cc9f8 (patch)
treecbb9bc6f555ba046da95b5a8ee2448475eb79d2c /libjack/local.h
parent5fa29205ecbb6ac9895589dee8627e3e9af38259 (diff)
downloadjack1-8fe87b2f75eb4348642ec30b02e152dd741cc9f8.tar.gz
[0.99.5] jack_client_open() first step
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@768 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 36f4b40..818e4e9 100644
--- a/libjack/local.h
+++ b/libjack/local.h
@@ -31,7 +31,8 @@ struct _jack_client {
char thread_ok : 1;
char first_active : 1;
pthread_t thread_id;
-
+ char name[JACK_CLIENT_NAME_SIZE];
+
#ifdef JACK_USE_MACH_THREADS
/* specific ressources for server/client real-time thread communication */
mach_port_t clienttask, bp, serverport, replyport;