git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02861f6
)
r4436: add one more flag
author
Stefan Metzmacher
<metze@samba.org>
Fri, 31 Dec 2004 07:22:10 +0000
(07:22 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:07:49 +0000
(13:07 -0500)
metze
source/librpc/idl/srvsvc.idl
patch
|
blob
|
history
diff --git
a/source/librpc/idl/srvsvc.idl
b/source/librpc/idl/srvsvc.idl
index 5991284ee988d7f13b3136a86c6a673f2a3560f1..aea5c686a206e654a0f8e78c1d8db82b60fac1fe 100644
(file)
--- 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 {