mux: update sm oopt-tai

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
Wataru Ishida
2020-01-14 16:13:28 +00:00
committed by Wataru Ishida
parent 2f2590ee66
commit 29892bb73f
2 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ namespace tai::mux {
auto c = json::parse(config);
m_services.module_presence = nullptr;
if ( services != nullptr ) {
m_services.get_module_io_handler = services->get_module_io_handler;
}
for ( json::iterator it = c.begin(); it != c.end(); ++it ) {
auto location = it.key();