Files
pkgsrc-ng/audio/jack/patches/patch-ah
2013-09-26 17:14:40 +02:00

20 lines
534 B
Plaintext

$NetBSD: patch-ah,v 1.3 2013/02/09 19:59:44 ryoon Exp $
Allow overriding the watchdog timeout.
--- jack/engine.h.orig 2011-06-08 23:54:48.000000000 +0000
+++ jack/engine.h
@@ -56,8 +56,12 @@ typedef struct _jack_reserved_name {
char name[JACK_CLIENT_NAME_SIZE];
} jack_reserved_name_t;
+#ifndef JACKD_WATCHDOG_TIMEOUT
#define JACKD_WATCHDOG_TIMEOUT 10000
+#endif
+#ifndef JACKD_CLIENT_EVENT_TIMEOUT
#define JACKD_CLIENT_EVENT_TIMEOUT 2000
+#endif
/* The main engine structure in local memory. */
struct _jack_engine {