From 7886000e031622795fecb6ec37990c133b1e66f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Dec 2004 07:22:10 +0000 Subject: [PATCH 1/1] r4436: add one more flag metze --- source/librpc/idl/srvsvc.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/librpc/idl/srvsvc.idl b/source/librpc/idl/srvsvc.idl index 5991284ee98..aea5c686a20 100644 --- a/source/librpc/idl/srvsvc.idl +++ b/source/librpc/idl/srvsvc.idl @@ -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 { -- 2.34.1