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:
7ac62a7
)
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
(This used to be commit
7886000e031622795fecb6ec37990c133b1e66f7
)
source4/librpc/idl/srvsvc.idl
patch
|
blob
|
history
diff --git
a/source4/librpc/idl/srvsvc.idl
b/source4/librpc/idl/srvsvc.idl
index 5991284ee988d7f13b3136a86c6a673f2a3560f1..aea5c686a206e654a0f8e78c1d8db82b60fac1fe 100644
(file)
--- 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 {