From: Timo Sirainen Date: Tue, 22 Oct 2013 12:36:07 +0000 (+0300) Subject: lib-fs: Added dns_client to fs_settings. X-Git-Tag: 2.2.7~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f825be38fed479bbe54ca0a76b7d1256e70ce80;p=thirdparty%2Fdovecot%2Fcore.git lib-fs: Added dns_client to fs_settings. --- diff --git a/src/lib-fs/fs-api.h b/src/lib-fs/fs-api.h index 8e166a3e75..cb47fbaa13 100644 --- a/src/lib-fs/fs-api.h +++ b/src/lib-fs/fs-api.h @@ -84,6 +84,9 @@ struct fs_settings { /* 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;