From 29892bb73f2738bb4fdab139d035eff689ce2377 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Tue, 14 Jan 2020 16:13:28 +0000 Subject: [PATCH] mux: update sm oopt-tai Signed-off-by: Wataru Ishida --- tai_mux/oopt-tai | 2 +- tai_mux/static_platform_adapter.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tai_mux/oopt-tai b/tai_mux/oopt-tai index e26ccf5..4ca1e6d 160000 --- a/tai_mux/oopt-tai +++ b/tai_mux/oopt-tai @@ -1 +1 @@ -Subproject commit e26ccf5ba26a1e456790239c9ad52dd06bc64c9e +Subproject commit 4ca1e6d61fecd118f4c08c72663d53dde6d145ef diff --git a/tai_mux/static_platform_adapter.cpp b/tai_mux/static_platform_adapter.cpp index 03b39a9..9c83d2e 100644 --- a/tai_mux/static_platform_adapter.cpp +++ b/tai_mux/static_platform_adapter.cpp @@ -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();