summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-18 21:23:25 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:19 +0100
commitbd2bf8990a3bb3bbb91c9d1abcc2d424143ebeb5 (patch)
tree568af6400e125b6edd072badc1d77129152514e2 /source4/librpc/idl
parentdf3f31d2d57d86144c36dbedec6d322857847285 (diff)
downloadsamba-bd2bf8990a3bb3bbb91c9d1abcc2d424143ebeb5.tar.gz
samba-bd2bf8990a3bb3bbb91c9d1abcc2d424143ebeb5.tar.bz2
samba-bd2bf8990a3bb3bbb91c9d1abcc2d424143ebeb5.zip
r25699: Add ForceReplication test.
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/frsapi.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl
index bc5c19945d..a5982433e8 100644
--- a/source4/librpc/idl/frsapi.idl
+++ b/source4/librpc/idl/frsapi.idl
@@ -94,8 +94,8 @@ interface frsapi
/* Function 0x0a */
/* not supported before w2k3 sp2 */
WERROR frsapi_ForceReplication(
- [in] uint32 unknown1,
- [in] uint32 unknown2,
+ [in,unique] GUID *guid1,
+ [in,unique] GUID *guid2,
[in,unique] [charset(UTF16),string] uint16 *replica_set,
[in,unique] [charset(UTF16),string] uint16 *partner_name
);