From b954834ad1a60f006d0d391f17edbcaac9ed48f2 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sat, 28 Aug 2010 20:00:39 +0300 Subject: 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. --- source4/librpc/idl/irpc.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source4/librpc') 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 + ); } -- cgit