dovecot-2.2: lib-fs: Added debug setting.

dovecot at dovecot.org dovecot at dovecot.org
Sun Apr 7 20:06:58 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/821a2b489039
changeset: 16230:821a2b489039
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Apr 07 20:06:28 2013 +0300
description:
lib-fs: Added debug setting.

diffstat:

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

diffs (13 lines):

diff -r d09aa718221f -r 821a2b489039 src/lib-fs/fs-api.h
--- a/src/lib-fs/fs-api.h	Sun Apr 07 19:50:29 2013 +0300
+++ b/src/lib-fs/fs-api.h	Sun Apr 07 20:06:28 2013 +0300
@@ -74,6 +74,9 @@
 	/* When creating temporary files, use this prefix
 	   (to avoid conflicts with existing files). */
 	const char *temp_file_prefix;
+
+	/* Enable debugging */
+	bool debug;
 };
 
 struct fs_metadata {


More information about the dovecot-cvs mailing list