From e0acee4919d1f416c98faa1a0ebc779f3716ab70 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 4 Jun 2010 11:30:46 -0700 Subject: Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies the code and eliminates find_aio_ex(). Jeremy. --- source3/include/smb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index d20a04ea97..877588a559 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1963,4 +1963,7 @@ struct deferred_open_record; #define CSC_POLICY_PROGRAMS 2 #define CSC_POLICY_DISABLE 3 +/* Used inside aio code. */ +struct aio_extra; + #endif /* _SMB_H */ -- cgit