From 6b59b377447ccc750df531422002c5bf09542401 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Dec 2004 07:22:10 +0000 Subject: r4436: add one more flag metze (This used to be commit 7886000e031622795fecb6ec37990c133b1e66f7) --- source4/librpc/idl/srvsvc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 5991284ee9..aea5c686a2 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/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 { -- cgit