PeeringState: use HBHandle

Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2019-04-16 15:42:53 -07:00
parent bab7ec4f49
commit 23a261718b

View File

@ -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,