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)
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>

No differences found