]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PaxosService: s/get_version()/get_last_committed()/
authorSage Weil <sage@inktank.com>
Tue, 18 Jun 2013 16:20:44 +0000 (09:20 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Jun 2013 16:57:00 +0000 (09:57 -0700)
commit29e14bafa46aeb3a245ce783463543d74ecf320e
tree0b5171dec6f2d0d2f71b8e31213eac35fbe49ac0
parentb28bd7870fca7ee52537f195d5f7af53842b9c67
mon/PaxosService: s/get_version()/get_last_committed()/

Avoid aliasing simple accessors; use a single name instead.  Also, function
name overloading will throw a wrench in the class inheritance later.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/AuthMonitor.cc
src/mon/LogMonitor.cc
src/mon/MDSMonitor.cc
src/mon/Monitor.cc
src/mon/MonmapMonitor.cc
src/mon/OSDMonitor.cc
src/mon/PGMonitor.cc
src/mon/PaxosService.cc
src/mon/PaxosService.h