From 6b4d48c4bf3e538d49d0579bffce0c5d33f4dbe9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Nov 2008 18:05:17 +0100 Subject: Convert blocking.c to store a smb_request instead of just inbuf --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index be811dfd70..ac55a67c19 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7598,7 +7598,7 @@ int wait_for_aio_completion(files_struct *fsp); /* The following definitions come from smbd/blocking.c */ bool push_blocking_lock_request( struct byte_range_lock *br_lck, - const struct smb_request *req, + struct smb_request *req, files_struct *fsp, int lock_timeout, int lock_num, -- cgit