diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-06 17:35:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-06 17:35:24 +0200 |
commit | 56fa3ca3db83627dbde9bd3a79da897c5a1cccb1 (patch) | |
tree | 04e6c361b99962683500c9db12a568309c3d3b6f /src/ConfigParser.h | |
parent | b6b840f6072e950f2ded719ae51badfba7566fa8 (diff) | |
download | dabmux-56fa3ca3db83627dbde9bd3a79da897c5a1cccb1.tar.gz dabmux-56fa3ca3db83627dbde9bd3a79da897c5a1cccb1.tar.bz2 dabmux-56fa3ca3db83627dbde9bd3a79da897c5a1cccb1.zip |
Add services other ensembles to linking hot-reloadnext
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<boost::property_tree::ptree&> pt_frequency_information, std::vector<FrequencyInformation>& frequency_information); + +void parse_other_service_linking( + const boost::optional<boost::property_tree::ptree&> pt_other_services, + std::vector<ServiceOtherEnsembleInfo>& service_other_ensemble); |