]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common: Update CommandTable.h to work without using namespace
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 01:40:46 +0000 (21:40 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 14:30:38 +0000 (10:30 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/CommandTable.h

index 3fea9a03c73c56b5e9b0dab6e8feb775d23ade02..c269773efa8ca9c3285c7f761e425e331ffdc009 100644 (file)
@@ -24,9 +24,9 @@ class CommandOp
   ceph_tid_t tid;
 
   std::vector<std::string> 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