| 1239 | } |
| 1240 | |
| 1241 | void routing_manager_impl::on_stop_offer_service(client_t _client, service_t _service, instance_t _instance, major_version_t _major, |
| 1242 | minor_version_t _minor) { |
| 1243 | std::scoped_lock its_lock{offer_serialization_mutex_}; |
| 1244 | on_stop_offer_service_unlocked(_client, _service, _instance, _major, _minor, true); |
| 1245 | } |
| 1246 | |
| 1247 | void routing_manager_impl::on_stop_offer_service_unlocked(client_t _client, service_t _service, instance_t _instance, |
| 1248 | major_version_t _major, minor_version_t _minor, bool _call_stub) { |
no outgoing calls
no test coverage detected