]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/net: fix compile errors
authorYingxin <yingxin.cheng@intel.com>
Wed, 17 Oct 2018 15:12:45 +0000 (23:12 +0800)
committerYingxin <yingxin.cheng@intel.com>
Wed, 17 Oct 2018 15:12:45 +0000 (23:12 +0800)
commite304deac65c468d3b2b30c3086a1cd237833a56f
treeac187fe5823d365920439353669ec5730e3ebefb
parent369a272abbe09f47487a8b9ee1c5d1dbe66d8105
crimson/net: fix compile errors

test_alien_echo.cc is using common_init_finish, but it is not available
if defined WITH_SEASTAR.

Dispatcher::ms_verify_authorizer() is removed by PR#24095.

Signed-off-by: Yingxin <yingxin.cheng@intel.com>
src/common/common_init.h
src/test/crimson/test_alien_echo.cc