diff options
author | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2006-10-11 22:19:46 +0000 |
---|---|---|
committer | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2006-10-11 22:19:46 +0000 |
commit | 42b0d3a487d5113894fce00021250b2103047cdb (patch) | |
tree | 9725aebd64b7da823f084b4dedbc24fff584a84f /common/JackDebugClient.h | |
parent | 59ba02a477078337a065342354179200606f961c (diff) | |
download | jack2-42b0d3a487d5113894fce00021250b2103047cdb.tar.gz |
Correct server SetBufferSize in case of failure
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1256 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackDebugClient.h')
-rw-r--r-- | common/JackDebugClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackDebugClient.h b/common/JackDebugClient.h index 9a2c1094..bfeed9af 100644 --- a/common/JackDebugClient.h +++ b/common/JackDebugClient.h @@ -80,7 +80,7 @@ class JackDebugClient : public JackClient int Deactivate(); // Context - int SetBufferSize(jack_nframes_t nframes); + int SetBufferSize(jack_nframes_t buffer_size); int SetFreeWheel(int onoff); void ShutDown(); pthread_t GetThreadID(); |