summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 22:13:34 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit7579f0fb175d9e9484465d54cbc933283c26005e (patch)
treec8b6d4e0f2f71a733cf8cf1e781bad834f3b53ff /source3/librpc/gen_ndr/wbint.h
parent9c30a8dc6fffd592592a108f3d9d93769ba74417 (diff)
downloadsamba-7579f0fb175d9e9484465d54cbc933283c26005e.tar.gz
samba-7579f0fb175d9e9484465d54cbc933283c26005e.tar.bz2
samba-7579f0fb175d9e9484465d54cbc933283c26005e.zip
s3:winbind: Add an async dsgetdcname call
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 0b942d1968..31eaae2645 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -214,4 +214,20 @@ struct wbint_QueryUserList {
};
+
+struct wbint_DsGetDcName {
+ struct {
+ const char *domain_name;/* [ref,charset(UTF8)] */
+ struct GUID *domain_guid;/* [unique] */
+ const char *site_name;/* [unique,charset(UTF8)] */
+ uint32_t flags;
+ } in;
+
+ struct {
+ struct netr_DsRGetDCNameInfo **dc_info;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */