diff options
| author | Volker Lendecke <vl@samba.org> | 2008-11-04 18:05:17 +0100 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2008-11-04 20:52:07 +0100 |
| commit | 6b4d48c4bf3e538d49d0579bffce0c5d33f4dbe9 (patch) | |
| tree | 39cb0e50c3fb8b9afd693ee38c218adfdee117ba /source3/include | |
| parent | d5f91d7a083820f6ee701873690d896343e9c534 (diff) | |
Convert blocking.c to store a smb_request instead of just inbuf
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
