]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Move PerfCounter from ObjectStore.h to FileStore.h
authorHaomai Wang <haomaiwang@gmail.com>
Tue, 10 Dec 2013 07:34:14 +0000 (15:34 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Mon, 16 Dec 2013 07:27:21 +0000 (15:27 +0800)
commit015e9819d96b54d6ba58ef193bec84a3c080de2c
tree34039369bae8656470ab05a8d6acd7ebb11f647d
parent58d68995c4b09c0ec10cd80cd2e16bdb4fdfffc8
Move PerfCounter from ObjectStore.h to FileStore.h

The anonymous enum which used by FileStore as PerfCounter is only can be
used by FileStore, so we need to drive out ObjectStore.h

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/FileJournal.cc
src/os/FileStore.h
src/os/ObjectStore.h