From 4f825be38fed479bbe54ca0a76b7d1256e70ce80 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 22 Oct 2013 15:36:07 +0300 Subject: [PATCH] lib-fs: Added dns_client to fs_settings. --- src/lib-fs/fs-api.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.47.3