diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2019-06-15 05:21:20 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-07-29 21:20:49 +0200 |
commit | 28f208dcbd53bddee7cbe6e6d052afdf1100180b (patch) | |
tree | 4ed5f720eec23c66cae26cecdf52edd5d6c21a1d /src/rgw/services/svc_user_rados.h | |
parent | rgw: rgw_rados.cc mostly compiles (diff) | |
download | ceph-28f208dcbd53bddee7cbe6e6d052afdf1100180b.tar.xz ceph-28f208dcbd53bddee7cbe6e6d052afdf1100180b.zip |
rgw: svc.datalog_rados: add new svc, move data_log out of RGWRados
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/services/svc_user_rados.h b/src/rgw/services/svc_user_rados.h index fe4d0e76d8f..70b8f7c7845 100644 --- a/src/rgw/services/svc_user_rados.h +++ b/src/rgw/services/svc_user_rados.h @@ -179,6 +179,7 @@ public: int reset_bucket_stats(RGWSI_MetaBackend::Context *ctx, const rgw_user& user) override; - int read_stats(const rgw_user& user, RGWStorageStats *stats) override; + int read_stats(RGWSI_MetaBackend::Context *ctx, + const rgw_user& user, RGWStorageStats *stats) override; }; |