MCPcopy Create free account
hub / github.com/COVESA/vsomeip / set_client_host

Method set_client_host

implementation/routing/src/routing_manager_base.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void routing_manager_base::set_client_host(const std::string& _client_host) {
71
72 std::scoped_lock its_env_lock(env_mutex_);
73 env_ = _client_host;
74}
75
76void routing_manager_base::log_network_state(bool _tcp, bool _only_external) const {
77#ifndef __linux__

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected