| 3844 | } |
| 3845 | |
| 3846 | void node_impl::start_synchronizing() |
| 3847 | { |
| 3848 | for( const peer_connection_ptr& peer : _active_connections ) |
| 3849 | start_synchronizing_with_peer( peer ); |
| 3850 | } |
| 3851 | |
| 3852 | void node_impl::new_peer_just_added( const peer_connection_ptr& peer ) |
| 3853 | { |
nothing calls this directly
no outgoing calls
no test coverage detected