From 1dbcb61c79a0c06fdcfa36bb9304fb0fb66d7ff8 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 29 Sep 2011 19:34:08 -0700 Subject: dns: Move the dns_srv_record to the correct place in the idl file Autobuild-User: Kai Blin Autobuild-Date: Sun Oct 2 13:35:49 CEST 2011 on sn-devel-104 --- librpc/idl/dns.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl index 707e0d94da..08a1699c23 100644 --- a/librpc/idl/dns.idl +++ b/librpc/idl/dns.idl @@ -131,13 +131,6 @@ interface dns uint32 minimum; } dns_soa_record; - typedef [public] struct { - uint16 priority; - uint16 weight; - uint16 port; - dns_string target; - } dns_srv_record; - typedef [public] struct { uint16 preference; dns_string exchange; @@ -148,6 +141,13 @@ interface dns [charset(DOS)] uint8 txt[length]; } dns_txt_record; + typedef [public] struct { + uint16 priority; + uint16 weight; + uint16 port; + dns_string target; + } dns_srv_record; + typedef [nodiscriminant,public,flag(NDR_NOALIGN)] union { [case(DNS_QTYPE_A)] ipv4address ipv4_record; [case(DNS_QTYPE_NS)] dns_string ns_record; -- cgit