]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fs: Added dns_client to fs_settings.
authorTimo Sirainen <tss@iki.fi>
Tue, 22 Oct 2013 12:36:07 +0000 (15:36 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 22 Oct 2013 12:36:07 +0000 (15:36 +0300)
src/lib-fs/fs-api.h

index 8e166a3e7593ac3562755431e38637c110145d76..cb47fbaa13c4c0a5b2f34446d8d28a74e035a38a 100644 (file)
@@ -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;