summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-08-28 20:00:39 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-08-28 23:38:59 +0300
commitb954834ad1a60f006d0d391f17edbcaac9ed48f2 (patch)
treec5eacbdfe9193d70295d05e441063327b8866246 /source4/librpc/idl
parent53551a76c5b6bdcbb2e039ee98f4a712fbc6e8cb (diff)
downloadsamba-b954834ad1a60f006d0d391f17edbcaac9ed48f2.tar.gz
samba-b954834ad1a60f006d0d391f17edbcaac9ed48f2.tar.bz2
samba-b954834ad1a60f006d0d391f17edbcaac9ed48f2.zip
s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update internal cache
This IRPC calls is to be used whenever repsFrom/repsTo are changed by administrative tool or KCC (i.e. Topology changes). At present, only KCC may change topology.
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/irpc.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl
index 03a931661e..220cecfb89 100644
--- a/source4/librpc/idl/irpc.idl
+++ b/source4/librpc/idl/irpc.idl
@@ -148,4 +148,15 @@ import "misc.idl", "security.idl", "nbt.idl";
[in] astring reason
);
+ /******************************************************
+ management calls for the drepl server
+ ******************************************************/
+ /**
+ * Force dreplsrv to fefresh internal cache.
+ * @param partition_dn Partition to refresh cacheh for.
+ * If empy/NULL, refresh all partitions.
+ */
+ void dreplsrv_refresh(
+ [out] WERROR werr
+ );
}