From 4e4607e86089d3035eae226b78a057dbecc2490a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 11 Nov 2008 18:59:21 +0100 Subject: [PATCH] s3-net: add net_dc_info struct. Guenther (cherry picked from commit 65baa109ecf7a108fef471fa481bc91800c3f916) --- source/utils/net.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/utils/net.h b/source/utils/net.h index 5dc2b11d4e5..2d72756defb 100644 --- a/source/utils/net.h +++ b/source/utils/net.h @@ -70,6 +70,16 @@ struct net_context { void *private_data; }; +struct net_dc_info { + bool is_dc; + bool is_pdc; + bool is_ad; + bool is_mixed_mode; + const char *netbios_domain_name; + const char *dns_domain_name; + const char *forest_name; +}; + #define NET_TRANSPORT_LOCAL 0x01 #define NET_TRANSPORT_RAP 0x02 #define NET_TRANSPORT_RPC 0x04 -- 2.11.4.GIT