summaryrefslogtreecommitdiffstats
path: root/src/rgw/services/svc_user_rados.h
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2019-05-31 23:51:27 +0200
committerCasey Bodley <cbodley@redhat.com>2019-07-29 21:20:48 +0200
commited34c400b77570085053aa9af3fd9cc92ff2098f (patch)
tree2b82482d35cc8803a69a45e12d3d1b550ebec362 /src/rgw/services/svc_user_rados.h
parentrgw: fix meta handlers initialization (diff)
downloadceph-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.h4
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;