svn commit: samba r2687 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Mon Sep 27 12:58:00 GMT 2004


Author: jelmer
Date: 2004-09-27 12:57:59 +0000 (Mon, 27 Sep 2004)
New Revision: 2687

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2687&nolog=1

Log:
Add ORPC flag (used by DCOM)

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2004-09-27 11:38:36 UTC (rev 2686)
+++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2004-09-27 12:57:59 UTC (rev 2687)
@@ -172,6 +172,7 @@
 	const uint8 DCERPC_PFC_FLAG_FIRST  = 0x01;
 	const uint8 DCERPC_PFC_FLAG_LAST   = 0x02;
 	const uint8 DCERPC_PFC_FLAG_NOCALL = 0x20;
+	const uint8 DCERPC_PFC_FLAG_ORPC   = 0x80;
 
 	/* these offsets are needed by the signing code */
 	const uint8 DCERPC_DREP_OFFSET     =  4;



More information about the samba-cvs mailing list