summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_op.h
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@redhat.com>2019-09-30 20:43:18 +0200
committerDaniel Gryniewicz <dang@redhat.com>2019-11-07 15:58:38 +0100
commite5775fee5c3940ac7578e0bba898296685375212 (patch)
treeceaa8b6319b78184fcfa7ae8903c12b7cd53c8f5 /src/rgw/rgw_op.h
parentmgr/dashboard: Allow removal of single notification (#31048) (diff)
downloadceph-e5775fee5c3940ac7578e0bba898296685375212.tar.xz
ceph-e5775fee5c3940ac7578e0bba898296685375212.zip
Project Zipper - Bucket
Implement the zipper container Bucket, and portions of User needed to make it work. Zipper is still a WIP, there's more to do before it's complete. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_op.h')
-rw-r--r--src/rgw/rgw_op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h
index 38b2800118c..4481c7bccba 100644
--- a/src/rgw/rgw_op.h
+++ b/src/rgw/rgw_op.h
@@ -781,7 +781,7 @@ public:
class RGWListBucket : public RGWOp {
protected:
- rgw::sal::RGWSalBucket* bucket;
+ rgw::sal::RGWBucket* bucket;
string prefix;
rgw_obj_key marker;
rgw_obj_key next_marker;
@@ -944,7 +944,7 @@ public:
class RGWStatBucket : public RGWOp {
protected:
- rgw::sal::RGWSalBucket* bucket;
+ rgw::sal::RGWBucket* bucket;
public:
RGWStatBucket() : bucket(nullptr) {}