summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-06-12 14:25:08 +0200
committerVolker Lendecke <vl@samba.org>2010-06-12 15:42:56 +0200
commitec2079f5d0d41aa580008efc43c9019764a68ec3 (patch)
tree262015456254fde4e9d034adce8df94f30df9759 /source3/include
parentf856fb0b359a21a786a62ea9f70043afcd6f8373 (diff)
downloadsamba-ec2079f5d0d41aa580008efc43c9019764a68ec3.tar.gz
samba-ec2079f5d0d41aa580008efc43c9019764a68ec3.tar.bz2
samba-ec2079f5d0d41aa580008efc43c9019764a68ec3.zip
s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8bcef3c49c..13682f3368 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5372,7 +5372,8 @@ void cancel_pending_lock_requests_by_fid(files_struct *fsp,
enum file_close_type close_type);
void remove_pending_lock_requests_by_mid_smb1(
struct smbd_server_connection *sconn, uint64_t mid);
-bool blocking_lock_was_deferred_smb1(uint64_t mid);
+bool blocking_lock_was_deferred_smb1(
+ struct smbd_server_connection *sconn, uint64_t mid);
struct blocking_lock_record *blocking_lock_cancel_smb1(files_struct *fsp,
uint64_t smblctx,
uint64_t offset,