summaryrefslogtreecommitdiff
path: root/jack
diff options
context:
space:
mode:
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-02-02 13:08:48 +0000
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-02-02 13:08:48 +0000
commit4f01be557a27b8cf0a61b6ec0bd0b66181a3d3e0 (patch)
tree06f582c2b9c27bfb14bd8f5d3004976b326a05a9 /jack
parent76bd24178df7b680fa03a32b5770563c6e9c420f (diff)
downloadjack1-4f01be557a27b8cf0a61b6ec0bd0b66181a3d3e0.tar.gz
fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4766 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'jack')
-rw-r--r--jack/jack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack/jack.h b/jack/jack.h
index f125459..4ee2bff 100644
--- a/jack/jack.h
+++ b/jack/jack.h
@@ -195,7 +195,7 @@ int jack_is_realtime (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT;
* It should be replace by use of @ jack_cycle_wait and @ jack_cycle_signal functions.
*
*/
-jack_nframes_t jack_thread_wait (jack_client_t*, int status) JACK_OPTIONAL_WEAK_EXPORT;
+jack_nframes_t jack_thread_wait (jack_client_t*, int status) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT;
/**
* Wait until this JACK client should process data.