[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


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 {



More information about the dovecot-cvs mailing list