| 487 | } |
| 488 | |
| 489 | void udp_server_endpoint_impl::join(const std::string& _address) { |
| 490 | VSOMEIP_INFO_P << instance_name_ << _address; |
| 491 | std::scoped_lock its_lock(sync_); |
| 492 | join_unlocked(_address); |
| 493 | } |
| 494 | |
| 495 | void udp_server_endpoint_impl::join_unlocked(const std::string& _address) { |
| 496 | // The caller must hold the lock |
no outgoing calls
no test coverage detected