From 2802be75e38d5ae64ad5ec36e46d0799c77eec30 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 14 Nov 2011 09:52:47 +0100 Subject: s3:smbd/aio: add cancel_smb2_aio() metze --- source3/smbd/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 0a68a6c318..fe9076647e 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -86,6 +86,7 @@ NTSTATUS schedule_aio_smb2_write(connection_struct *conn, uint64_t in_offset, DATA_BLOB in_data, bool write_through); +bool cancel_smb2_aio(struct smb_request *smbreq); int wait_for_aio_completion(files_struct *fsp); void cancel_aio_by_fsp(files_struct *fsp); void smbd_aio_complete_aio_ex(struct aio_extra *aio_ex); -- cgit