summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-06-12 14:31:04 +0200
committerVolker Lendecke <vl@samba.org>2010-06-12 15:42:56 +0200
commit330a64c72b1eb9f2fd87a74df82d54249c5f2b36 (patch)
tree016a82d39cbce5556b5fdcb4687bfdfb06e1dc8e /source3/include
parentcb03710c76b120c5aa3e8a5df2001ffca015b80b (diff)
downloadsamba-330a64c72b1eb9f2fd87a74df82d54249c5f2b36.tar.gz
samba-330a64c72b1eb9f2fd87a74df82d54249c5f2b36.tar.bz2
samba-330a64c72b1eb9f2fd87a74df82d54249c5f2b36.zip
s3: Explicitly pass sconn to process_blocking_lock_queue
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 13682f3368..2b2754c16f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5355,7 +5355,7 @@ void brl_timeout_fn(struct event_context *event_ctx,
void *private_data);
struct timeval timeval_brl_min(const struct timeval *tv1,
const struct timeval *tv2);
-void process_blocking_lock_queue(void);
+void process_blocking_lock_queue(struct smbd_server_connection *sconn);
bool push_blocking_lock_request( struct byte_range_lock *br_lck,
struct smb_request *req,
files_struct *fsp,