From f3550d82a76840d23be9fe2fa6739a81d426bf5f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 19 Jul 2006 20:53:10 +0000 Subject: r17146: Starting to cleanout my local tree some * add code to lookup NS records (in prep for later coe that does DNS updates as part of the net ads join) (This used to be commit 36d4970646638a2719ebb05a091c951183535987) --- source3/include/ads_dns.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ads_dns.h b/source3/include/ads_dns.h index 9b65db0c8e..74762a9242 100644 --- a/source3/include/ads_dns.h +++ b/source3/include/ads_dns.h @@ -50,5 +50,12 @@ struct dns_rr_srv { struct in_addr ip; }; +/* SRV records */ + +struct dns_rr_ns { + const char *hostname; + struct in_addr ip; +}; + #endif /* _ADS_DNS_H */ -- cgit