Browse Source

[0.89.2] set line buffering for jackd stdout

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@542 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 22 years ago
parent
commit
1d43d7bc31
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      configure.in
  2. +2
    -0
      jackd/jackd.c

+ 1
- 1
configure.in View File

@@ -15,7 +15,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=89
JACK_MICRO_VERSION=1
JACK_MICRO_VERSION=2

dnl ---
dnl HOWTO: updating the jack protocal version


+ 2
- 0
jackd/jackd.c View File

@@ -405,6 +405,8 @@ main (int argc, char *argv[])
int status;
#endif

setvbuf (stdout, NULL, _IOLBF, 120);

#ifdef USE_CAPABILITIES

/* check to see if there is a pipe in the right descriptor */


Loading…
Cancel
Save