summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_admin.cc
diff options
context:
space:
mode:
authorYuval Lifshitz <ylifshit@redhat.com>2023-12-12 16:06:01 +0100
committerYuval Lifshitz <ylifshit@redhat.com>2023-12-12 16:06:01 +0100
commitf3cfd02db3eab956f2cb8e69736c30b3f90ec1b4 (patch)
treef419f6fbf435cb3c0927d2724f99819f4bad8b93 /src/rgw/rgw_admin.cc
parentMerge pull request #54875 from zdover23/wip-doc-2023-12-12-radosgw-role-creat... (diff)
downloadceph-f3cfd02db3eab956f2cb8e69736c30b3f90ec1b4.tar.xz
ceph-f3cfd02db3eab956f2cb8e69736c30b3f90ec1b4.zip
rgw: split RGWDataAccess from rgw_tools.cc
that class is not rados specific, while the rest of the code in rgw_tools.cc is Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Diffstat (limited to 'src/rgw/rgw_admin.cc')
-rw-r--r--src/rgw/rgw_admin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc
index f4a2d1480bd..2288399d4d8 100644
--- a/src/rgw/rgw_admin.cc
+++ b/src/rgw/rgw_admin.cc
@@ -62,6 +62,7 @@ extern "C" {
#include "rgw_lua.h"
#include "rgw_sal.h"
#include "rgw_sal_config.h"
+#include "rgw_data_access.h"
#include "services/svc_sync_modules.h"
#include "services/svc_cls.h"