dovecot-2.2: lib-fs: struct fs_file's write_pending is a flag

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 7 16:49:20 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/66842b55d2de
changeset: 17906:66842b55d2de
user:      Phil Carmody <phil at dovecot.fi>
date:      Tue Oct 07 19:48:34 2014 +0300
description:
lib-fs: struct fs_file's write_pending is a flag
Signed-off-by: Phil Carmody <phil at dovecot.fi>

diffstat:

 src/lib-fs/fs-api-private.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 51f5680d4108 -r 66842b55d2de src/lib-fs/fs-api-private.h
--- a/src/lib-fs/fs-api-private.h	Tue Oct 07 19:07:16 2014 +0300
+++ b/src/lib-fs/fs-api-private.h	Tue Oct 07 19:48:34 2014 +0300
@@ -94,7 +94,7 @@
 	struct istream *copy_input;
 	struct ostream *copy_output;
 
-	unsigned int write_pending;
+	unsigned int write_pending:1;
 	unsigned int metadata_changed:1;
 };
 


More information about the dovecot-cvs mailing list