frstrans.idl: add definition of frstrans_CheckConnectivity()
authorStefan Metzmacher <metze@samba.org>
Mon, 27 Jul 2009 13:55:37 +0000 (15:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 27 Jul 2009 15:51:33 +0000 (17:51 +0200)
metze

librpc/idl/frstrans.idl

index c79aabf77341743b68b90376af72a889d6e3d92e..ddf3e6e31f778f18f5e48eb22f3a9ee245bce64a 100644 (file)
@@ -13,7 +13,10 @@ interface frstrans
 {
        /*****************/
        /* Function 0x00 */
-       [todo] void FRSTRANS_CHECK_CONNECTIVITY();
+       WERROR frstrans_CheckConnectivity(
+               [in] GUID replica_set_guid,
+               [in] GUID connection_guid
+       );
 
        /*****************/
        /* Function 0x01 */