diff options
author | Samuel Just <sam.just@inktank.com> | 2013-04-18 17:41:48 -0700 |
---|---|---|
committer | Samuel Just <sam.just@inktank.com> | 2013-04-19 11:00:21 -0700 |
commit | c2127a1126da7cfc4f9df80fb1dc6682d9eebb43 (patch) | |
tree | d5844d3d200b184c2a76d2ae0fc0c47a746e75c3 | |
parent | 0b7795acda5bd5dc0328705cb50694ae9f8c223b (diff) | |
download | ceph-c2127a1126da7cfc4f9df80fb1dc6682d9eebb43.tar.gz |
PG: use PGRef in QueuePeeringEvt
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r-- | src/osd/PG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/PG.h b/src/osd/PG.h index 3e86dd9f66d..716ac2b346a 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -1063,7 +1063,7 @@ public: template <class EVT> struct QueuePeeringEvt : Context { - boost::intrusive_ptr<PG> pg; + PGRef pg; epoch_t epoch; EVT evt; QueuePeeringEvt(PG *pg, epoch_t epoch, EVT evt) : |