Move completion handler into the io_u
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 11:34:57 +0000 (12:34 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 11:34:57 +0000 (12:34 +0100)
commitd7762cf829fd3e44e50e5e2e9889b6449772097c
treeaa7630a383eb2df6cdb9d8e585cbd8cf2e72a991
parent10cad1aa7af1c47be6655cff0438c46843964294
Move completion handler into the io_u

This is needed for completions that happen outside of fio,
or more specifically, for syslet to enable completions in
a ->queue() hook combined with ->commit().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c
fio.h
io_u.c