summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_asio_frontend.h
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@redhat.com>2021-03-09 15:16:48 +0100
committerDaniel Gryniewicz <dang@redhat.com>2021-04-15 19:28:10 +0200
commitfd0cca079c488f242e10ff2514a3588f288b3773 (patch)
tree9abe7c406c2af7d01229f6f7c13933b791963e48 /src/rgw/rgw_asio_frontend.h
parentMerge pull request #40873 from tchaikov/wip-50374 (diff)
downloadceph-fd0cca079c488f242e10ff2514a3588f288b3773.tar.xz
ceph-fd0cca079c488f242e10ff2514a3588f288b3773.zip
RGW Zipper - The Great Rename
Rename RGWFoo to Foo. It's all in the rgw::sal namespace anyway, so the RGW is redundant. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_asio_frontend.h')
-rw-r--r--src/rgw/rgw_asio_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_asio_frontend.h b/src/rgw/rgw_asio_frontend.h
index e6317e43622..301c389625d 100644
--- a/src/rgw/rgw_asio_frontend.h
+++ b/src/rgw/rgw_asio_frontend.h
@@ -22,7 +22,7 @@ public:
void join() override;
void pause_for_new_config() override;
- void unpause_with_new_config(rgw::sal::RGWStore *store,
+ void unpause_with_new_config(rgw::sal::Store *store,
rgw_auth_registry_ptr_t auth_registry) override;
};