diff options
Diffstat (limited to 'src/rgw/rgw_service.h')
-rw-r--r-- | src/rgw/rgw_service.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rgw/rgw_service.h b/src/rgw/rgw_service.h index 979385894c1..20616dbb3e4 100644 --- a/src/rgw/rgw_service.h +++ b/src/rgw/rgw_service.h @@ -175,6 +175,9 @@ struct RGWCtlDef { }; struct RGWCtl { + CephContext *cct{nullptr}; + RGWServices *svc{nullptr}; + RGWCtlDef _ctl; struct _meta { @@ -190,7 +193,7 @@ struct RGWCtl { RGWBucketCtl *bucket{nullptr}; RGWOTPCtl *otp{nullptr}; - int init(RGWServices& svc); + int init(RGWServices *_svc); }; #endif |