diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |