From: Samuel Just Date: Fri, 19 Apr 2013 00:41:48 +0000 (-0700) Subject: PG: use PGRef in QueuePeeringEvt X-Git-Tag: v0.61~136^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c2127a1126da7cfc4f9df80fb1dc6682d9eebb43;p=ceph.git PG: use PGRef in QueuePeeringEvt Signed-off-by: Samuel Just --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 3e86dd9f66d5..716ac2b346a1 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -1063,7 +1063,7 @@ public: template struct QueuePeeringEvt : Context { - boost::intrusive_ptr pg; + PGRef pg; epoch_t epoch; EVT evt; QueuePeeringEvt(PG *pg, epoch_t epoch, EVT evt) :