summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJörn Nettingsmeier <nettings@luchtbeweging.nl>2019-02-15 23:08:04 +0000
committerJörn Nettingsmeier <nettings@luchtbeweging.nl>2019-02-15 23:08:04 +0000
commitedd699dfbce4e82d84b2891a28f7e1af034acd2a (patch)
tree2317d6fc7e41defc6f52de62997dd866cea57063 /common.h
parent63b3381a27906859e7a2932e6bebe3979e7e075d (diff)
Remove auto_client_open_interval option, always open JACK connection immediately or fail.
Remove client creation thread and wrapper function.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
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