[dovecot-cvs] dovecot/src/lib-storage/index index-storage.h, 1.86,
1.87
cras at dovecot.org
cras at dovecot.org
Sun Jan 16 21:18:26 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.32,
1.33 mail-cache-private.h, 1.22, 1.23 mail-cache.c, 1.61,
1.62 mail-index-private.h, 1.46,
1.47 mail-transaction-log-private.h, 1.6,
1.7 mail-transaction-log.c, 1.82, 1.83
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir
maildir-uidlist.c, 1.33, 1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv4353/lib-storage/index
Modified Files:
index-storage.h
Log Message:
Changed dotlocking API.
Index: index-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- index-storage.h 29 Dec 2004 19:10:26 -0000 1.86
+++ index-storage.h 16 Jan 2005 19:18:24 -0000 1.87
@@ -76,7 +76,7 @@
dev_t mbox_dev;
ino_t mbox_ino;
unsigned int mbox_excl_locks, mbox_shared_locks;
- struct dotlock mbox_dotlock;
+ struct dotlock *mbox_dotlock;
unsigned int mbox_lock_id;
int mbox_readonly, mbox_writeonly;
time_t mbox_dirty_stamp;
@@ -104,6 +104,7 @@
unsigned int mbox_do_dirty_syncs:1;
unsigned int mbox_very_dirty_syncs:1;
unsigned int mbox_save_md5:1;
+ unsigned int mbox_dotlocked:1;
};
struct index_transaction_context {
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.32,
1.33 mail-cache-private.h, 1.22, 1.23 mail-cache.c, 1.61,
1.62 mail-index-private.h, 1.46,
1.47 mail-transaction-log-private.h, 1.6,
1.7 mail-transaction-log.c, 1.82, 1.83
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir
maildir-uidlist.c, 1.33, 1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list