]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add some const to MOSDPGLog handling; document non-constness of log
authorSage Weil <sage@redhat.com>
Mon, 20 Feb 2017 17:23:50 +0000 (12:23 -0500)
committerSage Weil <sage@redhat.com>
Mon, 20 Feb 2017 19:22:05 +0000 (14:22 -0500)
commit6fd447b8b4553f416975db53e481762f806718d0
tree7ce37e9887665013c457b7b00733532ac11017d5
parentb01dbd3cb19af37f42849528fb550915cb32ffdb
osd: add some const to MOSDPGLog handling; document non-constness of log

The PGLog (merge) code stills the pg_log_t entries, but operator<< (called
by the message printer) doesn't look at it.  Document.

Signed-off-by: Sage Weil <sage@redhat.com>
src/messages/MOSDPGLog.h
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h
src/osd/PGLog.cc
src/osd/PGLog.h