From f50084d249fa3b32b3100d7444df80ee5eb043d7 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 28 Mar 2019 20:42:18 -0400 Subject: [PATCH] mgr: Update MgrContext.h to work without using namespace Signed-off-by: Adam C. Emerson --- src/mgr/MgrContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgr/MgrContext.h b/src/mgr/MgrContext.h index 3268e5c8dc4..bec51a36871 100644 --- a/src/mgr/MgrContext.h +++ b/src/mgr/MgrContext.h @@ -24,7 +24,7 @@ class Command protected: C_SaferCond cond; public: - bufferlist outbl; + ceph::buffer::list outbl; std::string outs; int r; -- 2.39.5