From 94db324c6c2f75b52b9da28a35510ce35b65c85c Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 4 Aug 2015 17:23:10 -0700 Subject: [PATCH] rgw: async rados requests through a work queue Tie in the async rados requests to the async framework. Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_sync.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_sync.h b/src/rgw/rgw_sync.h index 98c3719e79e30..495a0b339426b 100644 --- a/src/rgw/rgw_sync.h +++ b/src/rgw/rgw_sync.h @@ -199,6 +199,7 @@ public: RGWMetaSyncStatusManager(RGWRados *_store) : store(_store), master_log(store, this), num_shards(0), ts_to_shard_lock("ts_to_shard_lock") {} int init(); + void finish(); rgw_meta_sync_status& get_sync_status() { return sync_status; } -- 2.39.5