diff src/lib-index/mail-transaction-log.h @ 2683:d41c42a7bf1e HEAD

Index extensions can now specify record alignment, and it's possible to resize header and records. Fixes mbox crashes with some 64bit systems.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Oct 2004 19:32:59 +0300
parents 3b70ddb51771
children a1c7e92c1839
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.h	Sun Oct 03 19:30:18 2004 +0300
+++ b/src/lib-index/mail-transaction-log.h	Sun Oct 03 19:32:59 2004 +0300
@@ -72,6 +72,8 @@
 	uint32_t ext_id; /* must be first */
 	uint32_t hdr_size;
 	uint16_t record_size;
+	uint16_t record_align;
+	uint16_t unused_padding;
 	uint16_t name_size;
 	/* unsigned char name[]; */
 };