diff src/util/logview.c @ 8129:612eb505775f HEAD

Write CPU endianess to transaction log header and check it's correct when reading.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 Aug 2008 09:31:27 +0300
parents 502cfdcc5650
children 93e01a80cb8e
line wrap: on
line diff
--- a/src/util/logview.c	Sat Aug 30 15:24:55 2008 +0300
+++ b/src/util/logview.c	Sun Aug 31 09:31:27 2008 +0300
@@ -45,6 +45,7 @@
 	printf("create stamp = %u\n", hdr.create_stamp);
 	printf("initial modseq = %llu\n",
 	       (unsigned long long)hdr.initial_modseq);
+	printf("compat flags = %x\n", hdr.compat_flags);
 	*modseq_r = hdr.initial_modseq;
 }