diff -r 0d362165241e -r ded44e94147c src/Configuration.h --- a/src/Configuration.h Tue Oct 06 16:24:18 2020 +0200 +++ b/src/Configuration.h Tue Oct 06 16:55:22 2020 +0200 @@ -29,6 +29,8 @@ class Configuration { public: relpipe::common::type::StringX jackClientName = L"relpipe-in-jack"; + std::vector portsToConnect; + int requiredJackConnections = 0; virtual ~Configuration() { } @@ -36,4 +38,4 @@ } } -} \ No newline at end of file +}