diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2019-05-31 23:51:27 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-07-29 21:20:48 +0200 |
commit | ed34c400b77570085053aa9af3fd9cc92ff2098f (patch) | |
tree | 2b82482d35cc8803a69a45e12d3d1b550ebec362 /src/rgw/services/svc_user_rados.h | |
parent | rgw: fix meta handlers initialization (diff) | |
download | ceph-ed34c400b77570085053aa9af3fd9cc92ff2098f.tar.xz ceph-ed34c400b77570085053aa9af3fd9cc92ff2098f.zip |
rgw: api adjustments and other issues fixed
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/services/svc_user_rados.h')
-rw-r--r-- | src/rgw/services/svc_user_rados.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rgw/services/svc_user_rados.h b/src/rgw/services/svc_user_rados.h index dd142f6f4d4..cd61f4f2c02 100644 --- a/src/rgw/services/svc_user_rados.h +++ b/src/rgw/services/svc_user_rados.h @@ -20,7 +20,7 @@ #include "rgw/rgw_service.h" #include "svc_meta_be.h" -#include "svc_user_rados.h" +#include "svc_user.h" class RGWSI_RADOS; class RGWSI_Zone; @@ -32,6 +32,8 @@ class RGWSI_MetaBackend_Handler; struct rgw_cache_entry_info; +class RGWUserBuckets; + template <class T> class RGWChainedCacheImpl; |