diff src/lib-index/mail-transaction-log.h @ 1935:ec4d5ff99f6e HEAD

Don't modify index file when creating new transaction log.
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Apr 2004 03:08:00 +0300
parents 79790750c349
children 876bd2849a00
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.h	Thu Apr 29 02:24:37 2004 +0300
+++ b/src/lib-index/mail-transaction-log.h	Thu Apr 29 03:08:00 2004 +0300
@@ -6,6 +6,7 @@
 struct mail_transaction_log_header {
 	uint32_t indexid;
 	uint32_t file_seq;
+	uint32_t prev_file_offset;
 	uint32_t used_size;
 };