]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/pick_address: #include "ceph_context.h"
authorKefu Chai <kchai@redhat.com>
Mon, 14 Jan 2019 10:05:00 +0000 (18:05 +0800)
committerYingxin Cheng <yingxincheng@gmail.com>
Tue, 15 Jan 2019 05:17:27 +0000 (13:17 +0800)
commit1d0fcd847d8547c6835fcebf4bd125a600e6da96
tree855413cf4026c42c11e1cded787829e842833a06
parentaf23895dba85e23586a7bc2aee544fa8575d4514
common/pick_address: #include "ceph_context.h"

pick_address.cc reference cct->_conf, so it should include the
definition of of CephContext explicitly instead of relying on the fact
that some headers it includes include its definition.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/pick_address.cc