diff options
author | Casey Bodley <cbodley@redhat.com> | 2022-11-02 19:56:32 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2022-12-09 23:04:58 +0100 |
commit | 1f3dfa51c799dab15a9af873e8384af859cab839 (patch) | |
tree | e4b582ce1d2e9476807d087bf5106e79eb571744 /src/rgw/rgw_frontend.h | |
parent | rgw: req_state takes const ref to RGWProcessEnv (diff) | |
download | ceph-1f3dfa51c799dab15a9af873e8384af859cab839.tar.xz ceph-1f3dfa51c799dab15a9af873e8384af859cab839.zip |
rgw: move RGWProcessEnv into new rgw_process_env.h
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/rgw_frontend.h')
-rw-r--r-- | src/rgw/rgw_frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_frontend.h b/src/rgw/rgw_frontend.h index cdb53e3971a..34d3b06586c 100644 --- a/src/rgw/rgw_frontend.h +++ b/src/rgw/rgw_frontend.h @@ -12,6 +12,7 @@ #include "rgw_request.h" #include "rgw_process.h" +#include "rgw_process_env.h" #include "rgw_realm_reloader.h" #include "rgw_auth_registry.h" |