From 3142f76e2d181e6a3d51d5a7b9efc28f2742b911 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 27 Jul 2009 16:01:11 +0200 Subject: frstrans.idl: add definition of frstrans_RequestVersionVector() metze --- librpc/idl/frstrans.idl | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'librpc/idl/frstrans.idl') diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index 24f63a1946..7513a29944 100644 --- a/librpc/idl/frstrans.idl +++ b/librpc/idl/frstrans.idl @@ -104,7 +104,25 @@ interface frstrans /*****************/ /* Function 0x04 */ - [todo] void FRSTRANS_REQUEST_VERSION_VECTOR(); + typedef enum { + FRSTRANS_VERSION_REQUEST_NORNAL_SYNC = 0x0000, + FRSTRANS_VERSION_REQUEST_SLOW_SYNC = 0x0001, + FRSTRANS_VERSION_REQUEST_SLAVE_SYNC = 0x0002 + } frstrans_VersionRequestType; + + typedef enum { + FRSTRANS_VERSION_CHANGE_NOTIFY = 0x0000, + FRSTRANS_VERSION_CHANGE_ALL = 0x0002 + } frstrans_VersionChangeType; + + WERROR frstrans_RequestVersionVector( + [in] uint32 sequence_number, + [in] GUID connection_guid, + [in] GUID content_set_guid, + [in,range(0,2)] frstrans_VersionRequestType request_type, + [in,range(0,2)] frstrans_VersionChangeType change_type, + [in] hyper vv_generation + ); /*****************/ /* Function 0x05 */ -- cgit