]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: do not flush formatter at end of _mon_status()
authorJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 16 Oct 2013 00:31:20 +0000 (01:31 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 23 Oct 2013 01:52:01 +0000 (02:52 +0100)
commit4ca1407fd9e69d9c43da70e8ebfc015c73f9f63f
treebbfccd698a74b9c8f566981e59b7e404a6ddc76c
parentdbbf9938e308c29633ade363ef5231d629ce5f90
mon: Monitor: do not flush formatter at end of _mon_status()

Delegate that to the caller so that we can combine the result of
_mon_status() with the result of other functions.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc