Streamline thread_data data direction setting and checking
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 08:26:09 +0000 (09:26 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 08:26:09 +0000 (09:26 +0100)
commit413dd459a7710ba421061e840dd9ac3161c70f20
tree3960938870ea9f5d0c8a0c31df6c500a7d0e92eb
parent0aabe160c38efc3c42157fac2a9af08e070341c6
Streamline thread_data data direction setting and checking

Currently it's a mess of ->ddir, ->iomix and ->sequential. Add
a TD_DDIR_* for each of these, so we can store them as one value.

A prerequisite for the next parsing cleanup.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/mmap.c
engines/net.c
eta.c
filesetup.c
fio.c
fio.h
init.c
io_u.c
log.c
stat.c
time.c