summaryrefslogtreecommitdiff
path: root/implementation/service_discovery/include/runtime_impl.hpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2019-07-22 14:05:36 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2019-07-22 14:05:36 +0200
commitee44d19e0a3773adcda3bace073c66e334a3e6a7 (patch)
tree8e7c2aae6afeaa7b3dc4af29d960012a625226ce /implementation/service_discovery/include/runtime_impl.hpp
parent9fb9beecadf52083599302fa8ddee7efbec64a39 (diff)
downloadvSomeIP-ee44d19e0a3773adcda3bace073c66e334a3e6a7.tar.gz
vsomeip 2.14.162.14.16
Diffstat (limited to 'implementation/service_discovery/include/runtime_impl.hpp')
-rw-r--r--implementation/service_discovery/include/runtime_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/implementation/service_discovery/include/runtime_impl.hpp b/implementation/service_discovery/include/runtime_impl.hpp
index dcdb7d7..0a9baaf 100644
--- a/implementation/service_discovery/include/runtime_impl.hpp
+++ b/implementation/service_discovery/include/runtime_impl.hpp
@@ -20,7 +20,8 @@ public:
virtual ~runtime_impl();
std::shared_ptr<service_discovery> create_service_discovery(
- service_discovery_host *_host) const;
+ service_discovery_host *_host,
+ std::shared_ptr<configuration> _configuration) const;
std::shared_ptr<message_impl> create_message() const;
};