| 201 | } |
| 202 | |
| 203 | void udp_server_endpoint_impl::stop(bool /*_due_to_error*/) { |
| 204 | VSOMEIP_INFO_P << instance_name_ << "lifecycle_idx=" << lifecycle_idx_.load(); |
| 205 | std::scoped_lock its_lock(sync_); |
| 206 | stop_unlocked(); |
| 207 | VSOMEIP_INFO_P << instance_name_ << "Done, lifecycle_idx=" << lifecycle_idx_.load(); |
| 208 | } |
| 209 | |
| 210 | void udp_server_endpoint_impl::restart(bool _force) { |
| 211 | std::ignore = _force; |