summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-05-07 01:20:26 -0700
committerJeremy Allison <jra@samba.org>2010-05-07 01:20:26 -0700
commit4ad1943d29a273ad3770e7abd5f266c25608eb39 (patch)
tree9e52b28a8e969b2cfd487f01fa2d5990caff994a /source3/smbd/globals.h
parent882fb1828f766f2c532c32472ab7ab81f03cd906 (diff)
downloadsamba-4ad1943d29a273ad3770e7abd5f266c25608eb39.tar.gz
samba-4ad1943d29a273ad3770e7abd5f266c25608eb39.tar.bz2
samba-4ad1943d29a273ad3770e7abd5f266c25608eb39.zip
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them next :-).
Jeremy.
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 34f8796963..6543ee6f24 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -320,7 +320,8 @@ bool push_blocking_lock_request_smb2( struct byte_range_lock *br_lck,
uint32_t blocking_pid);
void process_blocking_lock_queue_smb2(struct timeval tv_curr);
void cancel_pending_lock_requests_by_fid_smb2(files_struct *fsp,
- struct byte_range_lock *br_lck);
+ struct byte_range_lock *br_lck,
+ enum file_close_type close_type);
/* From smbd/smb2_create.c */
int map_smb2_oplock_levels_to_samba(uint8_t in_oplock_level);
uint8_t map_samba_oplock_levels_to_smb2(int oplock_type);