| 3323 | } |
| 3324 | |
| 3325 | void routing_manager_impl::sd_acceptance_enabled(const boost::asio::ip::address& _address, const port_range_t& _range, bool _reliable) { |
| 3326 | expire_subscriptions(_address, _range, _reliable); |
| 3327 | expire_services(_address, _range, _reliable); |
| 3328 | } |
| 3329 | |
| 3330 | void routing_manager_impl::memory_log_timer_cbk(boost::system::error_code const& _error) { |
| 3331 | if (_error) { |
no outgoing calls
no test coverage detected