From edd699dfbce4e82d84b2891a28f7e1af034acd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Nettingsmeier?= Date: Fri, 15 Feb 2019 23:08:04 +0000 Subject: Remove auto_client_open_interval option, always open JACK connection immediately or fail. Remove client creation thread and wrapper function. --- common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index a43c2b8..b91b3a0 100644 --- a/common.h +++ b/common.h @@ -233,7 +233,6 @@ typedef struct { // debugging. Currently audio packets only... #ifdef CONFIG_JACK char *jack_client_name; - int jack_auto_client_open_interval; // will try to open a client automatically every second int jack_auto_client_disconnect; // will disconnect from the server on end of session if set, // normally clear. #endif -- cgit v1.2.3