summaryrefslogtreecommitdiff
path: root/libjack/local.h
diff options
context:
space:
mode:
authorpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-08-22 21:39:53 +0000
committerpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-08-22 21:39:53 +0000
commit1137ebc2481e7d1523fdd174d54ae6d098e83e24 (patch)
treecae7380afa307bca0dc1463e7e440be4eb38e9c3 /libjack/local.h
parent5af4f26790c695b4162bd987f2885912c8dd0a94 (diff)
downloadjack1-1137ebc2481e7d1523fdd174d54ae6d098e83e24.tar.gz
msg cleanup; upstream jackd/client detection; munlock available; other minors fixes
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@738 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'libjack/local.h')
-rw-r--r--libjack/local.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libjack/local.h b/libjack/local.h
index 55f24b9..ae3a8e6 100644
--- a/libjack/local.h
+++ b/libjack/local.h
@@ -9,10 +9,11 @@ struct _jack_client {
jack_shm_info_t engine_shm;
jack_shm_info_t control_shm;
- struct pollfd* pollfd;
- int pollmax;
- int graph_next_fd;
- int request_fd;
+ struct pollfd* pollfd;
+ int pollmax;
+ int graph_next_fd;
+ int request_fd;
+ int upstream_is_jackd;
/* these two are copied from the engine when the
* client is created.
@@ -44,7 +45,6 @@ struct _jack_client {
extern int jack_client_deliver_request (const jack_client_t *client, jack_request_t *req);
extern jack_port_t *jack_port_new (const jack_client_t *client, jack_port_id_t port_id, jack_control_t *control);
-
extern void *jack_zero_filled_buffer;
#endif /* __jack_libjack_local_h__ */