From: Samuel Just Date: Tue, 16 Apr 2019 22:42:53 +0000 (-0700) Subject: PeeringState: use HBHandle X-Git-Tag: v15.1.0~2702^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23a261718b395af065a9cdb059e4783809ef9716;p=ceph.git PeeringState: use HBHandle Signed-off-by: Samuel Just --- diff --git a/src/osd/PeeringState.h b/src/osd/PeeringState.h index c332f2af1358..f53b09e40a83 100644 --- a/src/osd/PeeringState.h +++ b/src/osd/PeeringState.h @@ -236,7 +236,7 @@ public: map > > *info_map; map > > *notify_list; ObjectStore::Transaction *transaction; - ThreadPool::TPHandle* handle; + HBHandle* handle; PeeringCtx(map > *query_map, map > > *info_map,