summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_cr_rados.h
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2019-02-12 01:26:39 +0100
committerCasey Bodley <cbodley@redhat.com>2019-07-29 21:20:46 +0200
commit936965002e45cc25900901d9ae63bab514508f2e (patch)
tree3da89ac354aeed88665c7935f287099c674c1a34 /src/rgw/rgw_cr_rados.h
parentrgw: no need to pass in RGWRados to rgw_get_system_obj() (diff)
downloadceph-936965002e45cc25900901d9ae63bab514508f2e.tar.xz
ceph-936965002e45cc25900901d9ae63bab514508f2e.zip
rgw: svc_bucket: initial work
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/rgw_cr_rados.h')
-rw-r--r--src/rgw/rgw_cr_rados.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_cr_rados.h b/src/rgw/rgw_cr_rados.h
index f9dceebf8e1..69d286f066f 100644
--- a/src/rgw/rgw_cr_rados.h
+++ b/src/rgw/rgw_cr_rados.h
@@ -14,6 +14,7 @@
#include <atomic>
#include "services/svc_sys_obj.h"
+#include "services/svc_bucket.h"
class RGWAsyncRadosRequest : public RefCountedObject {
RGWCoroutine *caller;