summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_op.h')
-rw-r--r--src/rgw/rgw_op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h
index b3a78846cda..276690de256 100644
--- a/src/rgw/rgw_op.h
+++ b/src/rgw/rgw_op.h
@@ -220,6 +220,7 @@ class RGWCreateBucket : public RGWOp {
protected:
int ret;
RGWAccessControlPolicy policy;
+ string preferred_placement;
public:
RGWCreateBucket() : ret(0) {}