Move to using a DATA_BLOB inside of struct aio_extra, not a char *.
commitfbfc60fac1d2246b9c29f3731f9e255d4f68dd0c
authorJeremy Allison <jra@samba.org>
Wed, 2 Jun 2010 17:25:56 +0000 (2 10:25 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 2 Jun 2010 17:25:56 +0000 (2 10:25 -0700)
tree18e06a63cbcb24df1e181d45b529c9aa58dd20db
parent3854f0708e8c7a2e37310cd24d8acd52d87b9d6b
Move to using a DATA_BLOB inside of struct aio_extra, not a char *.

Will make using AIO in SMB2 easier.

Jeremy.
source3/smbd/aio.c