diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-08 09:12:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-12 17:35:04 +0100 |
commit | 59917521e9d811efe7b424d49f03fb972ee0a119 (patch) | |
tree | fd2fdffe04865fac97bfb4f40ab08a6090468bfd /source4/librpc/idl | |
parent | 7cdf28ebaccb41a23c2986b123624b238effcfda (diff) | |
download | samba-59917521e9d811efe7b424d49f03fb972ee0a119.tar.gz samba-59917521e9d811efe7b424d49f03fb972ee0a119.tar.bz2 samba-59917521e9d811efe7b424d49f03fb972ee0a119.zip |
opendb: pass down a pointer to the fd in odb_open_file()
This prepares kernel oplock support.
metze
(This used to be commit 9db9b6d85d80a8aaa8bd432afaef9bb634d7364d)
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 e3bc2d0f17..72bf23a9b4 100644 --- a/source4/librpc/idl/opendb.idl +++ b/source4/librpc/idl/opendb.idl @@ -20,6 +20,7 @@ interface opendb uint32 share_access; uint32 access_mask; pointer file_handle; + pointer fd; /* 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; |