]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/: move perf counter constants and constructors
authorSamuel Just <sjust@redhat.com>
Tue, 16 Apr 2019 22:36:39 +0000 (15:36 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 10 May 2019 00:22:25 +0000 (17:22 -0700)
commite754dd8d8ea153c58da400fe5a118a51e718bda2
tree3699bcbc0bfef17c117efa3b5786b7a40fc49bb8
parente41e201a0da077e4ae4d7d4849da5b897827e5e4
osd/: move perf counter constants and constructors

PeeringState requires the same counters in crimson, but we
need to avoid OSD.h include in PeeringState.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/CMakeLists.txt
src/osd/OSD.cc
src/osd/OSD.h
src/osd/PeeringState.cc
src/osd/PeeringState.h
src/osd/osd_perf_counters.cc [new file with mode: 0644]
src/osd/osd_perf_counters.h [new file with mode: 0644]