| 1301 | } |
| 1302 | |
| 1303 | void node_impl::trigger_advertise_inventory_loop() |
| 1304 | { |
| 1305 | VERIFY_CORRECT_THREAD(); |
| 1306 | if( _retrigger_advertise_inventory_loop_promise ) |
| 1307 | _retrigger_advertise_inventory_loop_promise->set_value(); |
| 1308 | } |
| 1309 | |
| 1310 | void node_impl::terminate_inactive_connections_loop() |
| 1311 | { |
nothing calls this directly
no outgoing calls
no test coverage detected