summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/opendb.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-06 15:47:27 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-06 17:19:12 +0100
commitb7db5f7cb57eca4bf28fd8238e5f958a6038158e (patch)
treee41bd43cb93e463b49c6e4d6cd1a180bec896d7a /source4/librpc/idl/opendb.idl
parent0339ae5ad82c248b43afa9431b13cda536b18fd6 (diff)
downloadsamba-b7db5f7cb57eca4bf28fd8238e5f958a6038158e.tar.gz
samba-b7db5f7cb57eca4bf28fd8238e5f958a6038158e.tar.bz2
samba-b7db5f7cb57eca4bf28fd8238e5f958a6038158e.zip
opendb: add allow_level_II_oplock parameter to odb_open_file()
Not all clients support a fallback to level II oplocks. metze (This used to be commit 146f1fe0b67ca0805f0e71358abc57da0c0579a9)
Diffstat (limited to 'source4/librpc/idl/opendb.idl')
-rw-r--r--source4/librpc/idl/opendb.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/opendb.idl b/source4/librpc/idl/opendb.idl
index eaa626e89d..e3bc2d0f17 100644
--- a/source4/librpc/idl/opendb.idl
+++ b/source4/librpc/idl/opendb.idl
@@ -23,6 +23,7 @@ interface opendb
/* we need a per-entry delete on close, as well as a per-file
one, to cope with strange semantics on open */
boolean8 delete_on_close;
+ boolean8 allow_level_II_oplock;
uint32 oplock_level;
} opendb_entry;