dns: Move the dns_srv_record to the correct place in the idl file
authorKai Blin <kai@samba.org>
Fri, 30 Sep 2011 02:34:08 +0000 (19:34 -0700)
committerKai Blin <kai@samba.org>
Sun, 2 Oct 2011 11:35:49 +0000 (13:35 +0200)
Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Sun Oct  2 13:35:49 CEST 2011 on sn-devel-104

librpc/idl/dns.idl

index 707e0d94da65c19a3c787cfb8344f61dce537926..08a1699c23ecca771eace250c9ba917cdcdfe550 100644 (file)
@@ -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;