From ee70f5cd78d3ad087c8547fb0ff88cb57d1bef95 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 16 Aug 2006 14:49:22 +0000 Subject: r17570: add dummy functions for the frsrpc and frsapi interfaces based on the wireshark information metze (This used to be commit f0754332c9b373e4ba11c30a52d3ba9687a020c1) --- source4/librpc/idl/frsapi.idl | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 source4/librpc/idl/frsapi.idl (limited to 'source4/librpc/idl/frsapi.idl') diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl new file mode 100644 index 0000000000..579be8c3a6 --- /dev/null +++ b/source4/librpc/idl/frsapi.idl @@ -0,0 +1,50 @@ +[ + uuid("d049b186-814f-11d1-9a3c-00c04fc9b232"), + version(1.1), + endpoint("ncacn_ip_tcp:", "ncalrpc:"), + helpstring("File Replication API"), + pointer_default(unique), + keepref +] +interface frsapi +{ + /****************/ + /* Function 0x00 */ + void FRSAPI_VERIFY_PROMOTION(); + + /****************/ + /* Function 0x01 */ + void FRSAPI_PROMOTION_STATUS(); + + /****************/ + /* Function 0x02 */ + void FRSAPI_START_DEMOTION(); + + /****************/ + /* Function 0x03 */ + void FRSAPI_COMMIT_DEMOTION(); + + /****************/ + /* Function 0x04 */ + void FRSAPI_SET_DS_POLLING_INTERVAL_W(); + + /****************/ + /* Function 0x05 */ + void FRSAPI_GET_DS_POLLING_INTERVAL_W(); + + /****************/ + /* Function 0x06 */ + void FRSAPI_VERIFY_PROMOTION_W(); + + /****************/ + /* Function 0x07 */ + void FRSAPI_INFO_W(); + + /****************/ + /* Function 0x08 */ + void FRSAPI_IS_PATH_REPLICATED(); + + /****************/ + /* Function 0x09 */ + void FRSAPI_WRITER_COMMAND(); +} -- cgit