]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MonClient: send commands to a specific monitor
authorSage Weil <sage@inktank.com>
Wed, 12 Jun 2013 23:36:21 +0000 (16:36 -0700)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 04:44:29 +0000 (21:44 -0700)
commitd1b83ff411603a59aaed3bf96f57665d4f221691
tree29534d547030cecd2a49d6ee9d76d034ef3b4dfb
parentd0e65759190b48a3ab85333c37bffa26fb39779d
mon/MonClient: send commands to a specific monitor

This implementation is limited: we direct our command by reopening
a session with the specific monitor.  If there is more than one of these
queued we will fail to reach either.

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