]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/monc: add start() method
authorKefu Chai <kchai@redhat.com>
Fri, 21 Dec 2018 10:30:37 +0000 (18:30 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jan 2019 04:30:15 +0000 (12:30 +0800)
commit90361af7e3daebd04fbff079dcf85f7342136827
tree7251f1ac02585c4f7a34f9c45def9fe5ab3818b7
parent9622fac190da6fa1ad6a3d28f8a9bd2565043127
crimson/monc: add start() method

to boot strap mon::Client once seastar and msgr is ready. this allows us
to allocate mon::Client on stack.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc
src/crimson/mon/MonClient.h
src/test/crimson/test_monc.cc