From 56fa3ca3db83627dbde9bd3a79da897c5a1cccb1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 6 Oct 2025 17:35:24 +0200 Subject: Add services other ensembles to linking hot-reload --- src/ConfigParser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ConfigParser.h') diff --git a/src/ConfigParser.h b/src/ConfigParser.h index dc7c256..4f4cb9b 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -45,3 +45,7 @@ void parse_linkage( void parse_freq_info( const boost::optional pt_frequency_information, std::vector& frequency_information); + +void parse_other_service_linking( + const boost::optional pt_other_services, + std::vector& service_other_ensemble); -- cgit v1.2.3