summaryrefslogtreecommitdiff
path: root/common/JackDebugClient.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-10-11 22:19:46 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-10-11 22:19:46 +0000
commit42b0d3a487d5113894fce00021250b2103047cdb (patch)
tree9725aebd64b7da823f084b4dedbc24fff584a84f /common/JackDebugClient.h
parent59ba02a477078337a065342354179200606f961c (diff)
downloadjack2-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.h2
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();