summaryrefslogtreecommitdiff
path: root/source3/include/ads_dns.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-07-19 20:53:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:15 -0500
commitf3550d82a76840d23be9fe2fa6739a81d426bf5f (patch)
tree7276cb4fb0bb7c8e9f6543d17da1d493a26964c7 /source3/include/ads_dns.h
parent201bd24ac39552fb22772a8eed69ccdba0b2c9e8 (diff)
downloadsamba-f3550d82a76840d23be9fe2fa6739a81d426bf5f.tar.gz
samba-f3550d82a76840d23be9fe2fa6739a81d426bf5f.tar.bz2
samba-f3550d82a76840d23be9fe2fa6739a81d426bf5f.zip
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)
Diffstat (limited to 'source3/include/ads_dns.h')
-rw-r--r--source3/include/ads_dns.h7
1 files changed, 7 insertions, 0 deletions
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 */