dovecot-2.2: lib-dns: Added DNS_CLIENT_SOCKET_NAME macro for the...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 26 23:16:11 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/6d2cfcaad33c
changeset: 15404:6d2cfcaad33c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 26 23:09:25 2012 +0200
description:
lib-dns: Added DNS_CLIENT_SOCKET_NAME macro for the default socket name.

diffstat:

 src/lib-dns/dns-lookup.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r a39024316d8e -r 6d2cfcaad33c src/lib-dns/dns-lookup.h
--- a/src/lib-dns/dns-lookup.h	Mon Nov 26 23:08:50 2012 +0200
+++ b/src/lib-dns/dns-lookup.h	Mon Nov 26 23:09:25 2012 +0200
@@ -1,6 +1,8 @@
 #ifndef DNS_LOOKUP_H
 #define DNS_LOOKUP_H
 
+#define DNS_CLIENT_SOCKET_NAME "dns-client"
+
 struct dns_lookup;
 
 struct dns_lookup_settings {


More information about the dovecot-cvs mailing list