]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: data sync: split RGWDataSyncEnv
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 21 Aug 2019 00:02:16 +0000 (17:02 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 28 Jan 2020 18:20:36 +0000 (10:20 -0800)
commit9db06e677d2ef2396fa0b2575317671c96b0e6ee
treee192bd06a7dd896aa63a8166598c085eae306915
parent4a2b12a6d6a086f9534f569fc548f7ff502f423c
rgw: data sync: split RGWDataSyncEnv

Keep only the environment related fields in there, and have the
sync info related stuff in the containing RGWDataSyncCtx.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_data_sync.cc
src/rgw/rgw_data_sync.h
src/rgw/rgw_sync_module.cc
src/rgw/rgw_sync_module.h
src/rgw/rgw_sync_module_aws.cc
src/rgw/rgw_sync_module_es.cc
src/rgw/rgw_sync_module_log.cc
src/rgw/rgw_sync_module_pubsub.cc