From: Radoslaw Zarzynski Date: Thu, 23 Jan 2020 12:23:59 +0000 (+0100) Subject: common/bl: fix accessibility of bptr's _off and _len fields. X-Git-Tag: v15.1.1~584^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=96557633c6a9b175d1e3864220f38dd6b5441855;p=ceph-ci.git common/bl: fix accessibility of bptr's _off and _len fields. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/include/buffer.h b/src/include/buffer.h index 07bff344fd3..58a99d0811e 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -186,7 +186,6 @@ inline namespace v14_2_0 { friend class list; protected: raw *_raw; - public: // dirty hack for testing; if it works, this will be abstracted unsigned _off, _len; private: