]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/osd: refactor to use ostream_temp
authorSamuel Just <rexludorum@gmail.com>
Mon, 29 Apr 2019 17:09:39 +0000 (10:09 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 10 May 2019 00:22:26 +0000 (17:22 -0700)
commit7b27aa1eae1fd12690073a2c9da2ec35a84a8fd0
tree9c39aef74bb54ddbe194f5b89bb724c5fb5cf328
parent23a261718b395af065a9cdb059e4783809ef9716
src/osd: refactor to use ostream_temp

The concept of emitting log lines to a central mon log is likely
to be useful for both crimson and classic, but the mechanism is
likely to be different.  Break out OstreamTemp for use in interface.

Signed-off-by: Samuel Just <rexludorum@gmail.com>
12 files changed:
src/common/CMakeLists.txt
src/common/LogClient.cc
src/common/LogClient.h
src/common/LogEntry.h
src/common/ostream_temp.cc [new file with mode: 0644]
src/common/ostream_temp.h [new file with mode: 0644]
src/osd/PG.cc
src/osd/PG.h
src/osd/PGBackend.h
src/osd/PeeringState.cc
src/osd/PeeringState.h
src/osd/PrimaryLogPG.h