summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/frsapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-16 14:33:34 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:07 +0100
commit5da21cd19b0e5ec86a47b70d32eb1c189ae082c3 (patch)
treee34a842d4f16a04fe1735f284706cff79c1a349b /source4/librpc/idl/frsapi.idl
parent47f67ef366bca56ad9b4a561d183a35aa464b4ba (diff)
downloadsamba-5da21cd19b0e5ec86a47b70d32eb1c189ae082c3.tar.gz
samba-5da21cd19b0e5ec86a47b70d32eb1c189ae082c3.tar.bz2
samba-5da21cd19b0e5ec86a47b70d32eb1c189ae082c3.zip
r25670: Add torture test for frsapi_IsPathReplicated().
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
Diffstat (limited to 'source4/librpc/idl/frsapi.idl')
-rw-r--r--source4/librpc/idl/frsapi.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl
index d75be0ec04..df12f44892 100644
--- a/source4/librpc/idl/frsapi.idl
+++ b/source4/librpc/idl/frsapi.idl
@@ -71,13 +71,19 @@ interface frsapi
/****************/
/* Function 0x08 */
+ typedef [v1_enum] enum {
+ FRSAPI_REPLICA_SET_TYPE_0 = 0x00000000,
+ FRSAPI_REPLICA_SET_TYPE_DOMAIN = 0x00000002,
+ FRSAPI_REPLICA_SET_TYPE_DFS = 0x00000003
+ } frsapi_ReplicaSetType;
+
WERROR frsapi_IsPathReplicated(
[in,unique] [string,charset(UTF16)] uint16 *path,
- [in] uint32 unknown,
+ [in] frsapi_ReplicaSetType replica_set_type,
[out] uint32 *unknown1,
[out] uint32 *unknown2,
[out] uint32 *unknown3,
- [out] GUID *guid
+ [out] GUID *replica_set_guid
);
/****************/