Author: jelmer
Date: 2004-08-10 22:21:12 +0000 (Tue, 10 Aug 2004)
New Revision: 1711
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1711&nolog=1
Log:
Add ServerAlive2

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl

Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2004-08-10 22:08:02 UTC (rev 
1710)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2004-08-10 22:21:12 UTC (rev 
1711)
@@ -382,6 +382,12 @@
                                                                                       
   [out, ref] COMVERSION *pComVersion
                                                                                       
  );
 
+       [idempotent] WERROR ServerAlive2 (
+                                                                         [out] 
COMVERSION version,
+                                                                         [out] uint8 
unknown1[4],
+                                                                         [out] 
DUALSTRINGARRAY dualstring,
+                                                                         [out] uint8 
unknown2[5]);
+
 }
 
 [

Reply via email to