]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PeeringState::ActivateCommitted: intialize epoch
authorSamuel Just <sjust@redhat.com>
Thu, 9 May 2019 03:39:14 +0000 (20:39 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 10 May 2019 00:22:25 +0000 (17:22 -0700)
Fixes: https://tracker.ceph.com/issues/39636
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PeeringState.h

index ee6e5918e36e16e54d08d58262230d5541bf2456..415e2b7435b5e754d30fb2d60b293d9838841242 100644 (file)
@@ -341,6 +341,7 @@ public:
     epoch_t activation_epoch;
     explicit ActivateCommitted(epoch_t e, epoch_t ae)
       : boost::statechart::event< ActivateCommitted >(),
+       epoch(e),
        activation_epoch(ae) {}
     void print(std::ostream *out) const {
       *out << "ActivateCommitted from " << activation_epoch