From: Adam C. Emerson Date: Fri, 29 Mar 2019 01:40:46 +0000 (-0400) Subject: common: Update CommandTable.h to work without using namespace X-Git-Tag: v15.0.0~19^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a75864d3fd159a9f885cf1b86febcfe5cd1c31f5;p=ceph.git common: Update CommandTable.h to work without using namespace Signed-off-by: Adam C. Emerson --- diff --git a/src/common/CommandTable.h b/src/common/CommandTable.h index 3fea9a03c73c..c269773efa8c 100644 --- a/src/common/CommandTable.h +++ b/src/common/CommandTable.h @@ -24,9 +24,9 @@ class CommandOp ceph_tid_t tid; std::vector cmd; - bufferlist inbl; + ceph::buffer::list inbl; Context *on_finish; - bufferlist *outbl; + ceph::buffer::list *outbl; std::string *outs; MCommand::ref get_message(const uuid_d &fsid) const