]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: combine _ms_dispatch and dispatch
authorSage Weil <sage@redhat.com>
Tue, 29 Sep 2015 13:52:36 +0000 (09:52 -0400)
committerSage Weil <sage@redhat.com>
Tue, 29 Sep 2015 13:52:58 +0000 (09:52 -0400)
commitbba3ab367e5ff5345fc14d87b1fa6eb82b8cfb1b
tree6cda3bdea72c591a3f910b946fb41d817f249c25
parentbee3bdf551ac5853f0e3fe5b2192e9581c2a5993
mon: combine _ms_dispatch and dispatch

_ms_dispatch() is the only caller, and it is confusing to have both
dispatch() and dispatch_op() that take the same argument type.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/Monitor.cc
src/mon/Monitor.h