]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PG: move peering event type out of PG class
authorSage Weil <sage@redhat.com>
Wed, 6 Dec 2017 02:13:48 +0000 (20:13 -0600)
committerSage Weil <sage@redhat.com>
Tue, 3 Apr 2018 15:12:35 +0000 (10:12 -0500)
commitaea80d9afb6a72693da1977a325c3f8abe1b239a
tree72d83abb0a13d6be9d17f01e9fef5e4d99d66154
parentbeb8dd5b1adfa1330a1537f60f35d4b2c2442399
osd/PG: move peering event type out of PG class

We will create these directly from peering Messages shortly.

Signed-off-by: Sage Weil <sage@redhat.com>
src/CMakeLists.txt
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h
src/osd/PGPeeringEvent.cc [new file with mode: 0644]
src/osd/PGPeeringEvent.h