diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-04-12 04:42:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:03 -0500 |
commit | 289911bb4e7980bf42cc87305d3f94477c5f2b75 (patch) | |
tree | dc9c146fc478a8e2ec1995b0a344cff893def0fd /source4/librpc/idl | |
parent | 9cf41988ff6cf0647ec4850f25415ba66845fd70 (diff) | |
download | samba-289911bb4e7980bf42cc87305d3f94477c5f2b75.tar.gz samba-289911bb4e7980bf42cc87305d3f94477c5f2b75.tar.bz2 samba-289911bb4e7980bf42cc87305d3f94477c5f2b75.zip |
r15048: started on the server side implementation of oplocks. The code is not
functional yet, I'm committing so it doesn't diverge too much from
other peoples work. It is disabled by default.
(This used to be commit ba0b8a218dfe1ef6cdf7de724fb30650301369dd)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/opendb.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/opendb.idl b/source4/librpc/idl/opendb.idl index 3754d233f6..601c143bf2 100644 --- a/source4/librpc/idl/opendb.idl +++ b/source4/librpc/idl/opendb.idl @@ -21,6 +21,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 */ bool8 delete_on_close; + uint32 oplock_level; } opendb_entry; typedef struct { |