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

metze at samba.org metze at samba.org
Fri Dec 31 07:22:10 GMT 2004


Author: metze
Date: 2004-12-31 07:22:10 +0000 (Fri, 31 Dec 2004)
New Revision: 4436

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4436

Log:
add one more flag

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2004-12-31 07:21:31 UTC (rev 4435)
+++ branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2004-12-31 07:22:10 UTC (rev 4436)
@@ -378,6 +378,7 @@
 	const int STYPE_PRINTQ   = 1;
 	const int STYPE_DEVICE   = 2;	/* Serial device */
 	const int STYPE_IPC      = 3;	/* Interprocess communication (IPC) */
+	const int STYPE_TEMPORARY= 0x40000000; /* share is a temporary one */
 	const int STYPE_HIDDEN   = 0x80000000; /* share is a hidden one */
 
 	typedef struct {



More information about the samba-cvs mailing list