mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
PeeringState: use HBHandle
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
bab7ec4f49
commit
23a261718b
@ -236,7 +236,7 @@ public:
|
||||
map<int, vector<pair<pg_notify_t, PastIntervals> > > *info_map;
|
||||
map<int, vector<pair<pg_notify_t, PastIntervals> > > *notify_list;
|
||||
ObjectStore::Transaction *transaction;
|
||||
ThreadPool::TPHandle* handle;
|
||||
HBHandle* handle;
|
||||
PeeringCtx(map<int, map<spg_t, pg_query_t> > *query_map,
|
||||
map<int,
|
||||
vector<pair<pg_notify_t, PastIntervals> > > *info_map,
|
||||
|
Loading…
Reference in New Issue
Block a user