changeset 8135:0be9c476acdd HEAD

Added padding to struct mail_transaction_log_header so it's 64bit aligned. Most compilers did that automatically already.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 Aug 2008 11:49:47 +0300
parents 447638ac601a
children 285f636884dc
files src/lib-index/mail-transaction-log.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.h	Sun Aug 31 11:48:23 2008 +0300
+++ b/src/lib-index/mail-transaction-log.h	Sun Aug 31 11:49:47 2008 +0300
@@ -22,6 +22,7 @@
 
 	uint8_t compat_flags; /* enum mail_index_header_compat_flags, v1.2+ */
 	uint8_t unused[3];
+	uint32_t unused2; /* so that this struct is 64bit aligned */
 };
 
 enum mail_transaction_type {