r4436: add one more flag
authorStefan Metzmacher <metze@samba.org>
Fri, 31 Dec 2004 07:22:10 +0000 (07:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:49 +0000 (13:07 -0500)
metze

source/librpc/idl/srvsvc.idl

index 5991284ee988d7f13b3136a86c6a673f2a3560f1..aea5c686a206e654a0f8e78c1d8db82b60fac1fe 100644 (file)
        const int STYPE_PRINTQ   = 1;
        const int STYPE_DEVICE   = 2;   /* Serial device */
        const int STYPE_IPC      = 3;   /* Interprocess communication (IPC) */
        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 {
        const int STYPE_HIDDEN   = 0x80000000; /* share is a hidden one */
 
        typedef struct {