Net engine: move connection setup into ->init()
authorJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 07:55:48 +0000 (08:55 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 07:55:48 +0000 (08:55 +0100)
commit9bec88e15aad76c16ac65048270ecac8b5956a61
tree5633f7c7d9980619d16bc38fe7dcef6b61b7d6fa
parentb58cf3dc6945d661bd5c40c0856a99e0f9c8a9e6
Net engine: move connection setup into ->init()

Then it happens in the process own context, which means we can
define full send/receive jobs in a single job file and run them
from a single fio instance.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c