]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: fix the build with boost 1.59 5804/head
authorKefu Chai <kchai@redhat.com>
Fri, 4 Sep 2015 02:37:26 +0000 (10:37 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 Sep 2015 03:36:25 +0000 (11:36 +0800)
commit3dc29de56cb73eaa00556428cbeac88ff2a5d8cb
tree12dd87cbb28acc2590fd0d3d8a9323175f45190d
parent2d1d2efb1b30bb87acf0e995965c44e43bffc35d
mon: fix the build with boost 1.59

cmd_vartype is a
boost::variant<std::string, bool, int64_t, double,
               std::vector<std::string>>, so we can not get a
int8_t from it.

Fixes: #12922
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc