From: Timo Sirainen Date: Sun, 31 Aug 2008 08:49:47 +0000 (+0300) Subject: Added padding to struct mail_transaction_log_header so it's 64bit aligned. X-Git-Tag: 1.2.alpha1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b44faf865da16ac4d18eecd85a55b3fab6b9e63a;p=thirdparty%2Fdovecot%2Fcore.git Added padding to struct mail_transaction_log_header so it's 64bit aligned. Most compilers did that automatically already. --HG-- branch : HEAD --- diff --git a/src/lib-index/mail-transaction-log.h b/src/lib-index/mail-transaction-log.h index 77c4671601..f587a52a37 100644 --- a/src/lib-index/mail-transaction-log.h +++ b/src/lib-index/mail-transaction-log.h @@ -22,6 +22,7 @@ struct mail_transaction_log_header { 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 {