dovecot-2.2: lib-fs: Added dns_client to fs_settings.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 22 15:36:15 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/d23c8e97dc69
changeset: 16862:d23c8e97dc69
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 22 15:36:07 2013 +0300
description:
lib-fs: Added dns_client to fs_settings.

diffstat:

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

diffs (13 lines):

diff -r 864e74223d55 -r d23c8e97dc69 src/lib-fs/fs-api.h
--- a/src/lib-fs/fs-api.h	Tue Oct 22 15:35:27 2013 +0300
+++ b/src/lib-fs/fs-api.h	Tue Oct 22 15:36:07 2013 +0300
@@ -84,6 +84,9 @@
 	/* When creating temporary files, use this prefix
 	   (to avoid conflicts with existing files). */
 	const char *temp_file_prefix;
+	/* If the backend needs to do DNS lookups, use this dns_client for
+	   them. */
+	struct dns_client *dns_client;
 
 	/* Enable debugging */
 	bool debug;


More information about the dovecot-cvs mailing list