This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Change time out value for RPC
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@690 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz
22 years ago
parent
01b4a26d7a
commit
3404cdc968
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/os/macosx/ipc.h
+ 1
- 1
config/os/macosx/ipc.h
View File
@@ -56,7 +56,7 @@
time out solve the problem but does not seems really satisfactory.
*/
#define WAIT 25 /* in millisecond */
#define WAIT 25
00
/* in millisecond */
static inline int
jack_client_resume(jack_client_internal_t *client)
Write
Preview
Loading…
Cancel
Save