]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Added padding to struct mail_transaction_log_header so it's 64bit aligned.
authorTimo Sirainen <tss@iki.fi>
Sun, 31 Aug 2008 08:49:47 +0000 (11:49 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 31 Aug 2008 08:49:47 +0000 (11:49 +0300)
Most compilers did that automatically already.

--HG--
branch : HEAD

src/lib-index/mail-transaction-log.h

index 77c4671601f7f6ac3e16303e2c55e99d0caa4870..f587a52a37a9e7a6c4034f9f37805fce170e2852 100644 (file)
@@ -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 {