]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osdc/Journaler: include stream_format in dump()
authorJohn Spray <john.spray@inktank.com>
Mon, 12 May 2014 10:56:44 +0000 (11:56 +0100)
committerJohn Spray <john.spray@inktank.com>
Tue, 20 May 2014 13:07:51 +0000 (14:07 +0100)
Signed-off-by: John Spray <john.spray@inktank.com>
src/osdc/Journaler.h

index eef7eab381f7c46b5c385b245cabc8baea60ebcb..e403a1a7ba921d70b5e5d85e00f68e7393eed8b6 100644 (file)
@@ -143,6 +143,7 @@ public:
        f->dump_unsigned("write_pos", write_pos);
        f->dump_unsigned("expire_pos", expire_pos);
        f->dump_unsigned("trimmed_pos", trimmed_pos);
+       f->dump_unsigned("stream_format", stream_format);
        f->open_object_section("layout");
        {
          f->dump_unsigned("stripe_unit", layout.fl_stripe_unit);