]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: Update MgrContext.h to work without using namespace
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 00:42:18 +0000 (20:42 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 14:30:35 +0000 (10:30 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/mgr/MgrContext.h

index 3268e5c8dc4118af3a8c21502d7b5aefcf5befa1..bec51a3687188e3c86b61b05dc02abe93e3f9423 100644 (file)
@@ -24,7 +24,7 @@ class Command
 protected:
   C_SaferCond cond;
 public:
-  bufferlist outbl;
+  ceph::buffer::list outbl;
   std::string outs;
   int r;