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/MuxElements.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/MuxElements.h') diff --git a/src/MuxElements.h b/src/MuxElements.h index 51445a9..989730b 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -351,20 +351,21 @@ class dabEnsemble : public RemoteControllable { std::vector > clusters; - std::vector service_other_ensemble; - std::vector get_frequency_information() const; std::vector > get_linkagesets() const; + std::vector get_service_other_ensemble() const; void set_linking_config( std::vector >& new_linkage_sets, - std::vector& new_frequency_information); + std::vector& new_frequency_information, + std::vector& new_services_other_ensemble); private: // The following can be updated by the RC while being read by the main // thread, and need to be protected std::vector > m_linkagesets; std::vector m_frequency_information; + std::vector m_service_other_ensemble; mutable std::mutex m_mutex; }; -- cgit v1.2.3