[dovecot-cvs] dovecot/src/lib-index mail-transaction-log.h, 1.22,
1.23
cras at dovecot.org
cras at dovecot.org
Sat Jan 22 18:39:22 EET 2005
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv19708
Modified Files:
mail-transaction-log.h
Log Message:
Added padding field explicitly for struct mail_transaction_flag_update. It
was done before anyway by compiler.
Index: mail-transaction-log.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-transaction-log.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mail-transaction-log.h 26 Dec 2004 09:12:40 -0000 1.22
+++ mail-transaction-log.h 22 Jan 2005 16:39:20 -0000 1.23
@@ -48,6 +48,7 @@
uint32_t uid1, uid2;
uint8_t add_flags;
uint8_t remove_flags;
+ uint16_t padding;
};
struct mail_transaction_keyword_update {
More information about the dovecot-cvs
mailing list