]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: refactor PeeringState::find_best_info() a little bit.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Apr 2020 14:45:52 +0000 (16:45 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 13 Jul 2020 14:23:55 +0000 (16:23 +0200)
commit877dba6a4cb8b5e6488fd3b19cd4fd84e1c310b6
tree96e47c9eaf7f9b9829b3320dbe91820bcb254486
parentdfaf3191fe8015f87a24511b691e4ac135bfedc9
osd: refactor PeeringState::find_best_info() a little bit.

This is change is intended to only refactor the code. All
it does is just declaring the `min_last_update_acceptable`
closer to its usage.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/PeeringState.cc