change AIOCB to eliminate disk_ctrl_t

From: Duane Wessels <wessels@dont-contact.us>
Date: Fri, 14 Aug 1998 11:51:17 -0600

Stew,

What would you think about changing
        typedef void AIOCB(void *, int aio_return, int aio_errno);

to
        typedef void AIOCB(int fd, void *, int aio_return, int aio_errno);

This way, I think we can eliminate the disk_ctrl_t structure
in disk.c?
Received on Tue Jul 29 2003 - 13:15:51 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:51 MST