summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-06-04 11:30:46 -0700
committerJeremy Allison <jra@samba.org>2010-06-04 11:30:46 -0700
commite0acee4919d1f416c98faa1a0ebc779f3716ab70 (patch)
tree261b500343f5eeed7ebe51b9d1f749941780f074 /source3/include/smb.h
parent15f64af8e3d5aa889a9c9fb852a3357237ba9972 (diff)
downloadsamba-e0acee4919d1f416c98faa1a0ebc779f3716ab70.tar.gz
samba-e0acee4919d1f416c98faa1a0ebc779f3716ab70.tar.bz2
samba-e0acee4919d1f416c98faa1a0ebc779f3716ab70.zip
Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies
the code and eliminates find_aio_ex(). Jeremy.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
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 */