]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: always process the message in dispatch
authorSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 20:07:56 +0000 (13:07 -0700)
committerSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 20:07:56 +0000 (13:07 -0700)
commit610f4be567e38bd21ea657cea68daa18dd099ea1
tree0d196b435516d394ddf1b92e58d2561e01ffd109
parent19df386b2d36d716be2e6d02de0386fac9e7bc1f
mon: always process the message in dispatch

Nobody should be chained after teh mon, so we can safely drop any message
we don't understand.

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