]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/TextTable: define endrow
authorKefu Chai <kchai@redhat.com>
Mon, 22 Oct 2018 03:38:57 +0000 (11:38 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 22 Oct 2018 06:40:03 +0000 (14:40 +0800)
commit3ac8c8dca7689a2c72636855c90c494618063a58
tree349d40b4e963e3723f2e483d67cbcb9ad6899b75
parent98fc7ebc99a3639240eef4f745c9bd633446d2b3
common/TextTable: define endrow

otherwise "cmake -DWITH_ASAN=ON -DCMAKE_BUILD_TYPE=Debug" will fail to
build with

/usr/bin/ld: //var/ssd/ceph/build/lib/libceph-common.so.0: undefined
reference to `TextTable::endrow'

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