diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2019-02-12 01:26:39 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-07-29 21:20:46 +0200 |
commit | 936965002e45cc25900901d9ae63bab514508f2e (patch) | |
tree | 3da89ac354aeed88665c7935f287099c674c1a34 /src/rgw/rgw_cr_rados.h | |
parent | rgw: no need to pass in RGWRados to rgw_get_system_obj() (diff) | |
download | ceph-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.h | 1 |
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; |