s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRS
[samba.git] / source4 / librpc / idl / irpc.idl
index 6a55eef9532ad13ff1454ea0cd708234a0d632bc..65ae4b6c5d83e39aef6d8d83059cdf4f6ee86b4d 100644 (file)
@@ -207,4 +207,15 @@ import "misc.idl", "security.idl", "nbt.idl", "netlogon.idl", "server_id.idl";
                [in] uint32 dns_ttl,
                [in,out,ref] NL_DNS_NAME_INFO_ARRAY *dns_names
                );
+
+       /******************************************************
+        * Management calls for the dns server
+        ******************************************************/
+       /**
+        * Force internal DNS server to reload the DNS zones.
+        *
+        * Called when zones are added or deleted through RPC
+        * or replicated by DRS.
+        */
+       NTSTATUS dnssrv_reload_dns_zones();
 }