backend: privatize nr_thread/nr_process
authorJens Axboe <axboe@kernel.dk>
Mon, 19 Mar 2012 09:44:29 +0000 (10:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Mar 2012 09:44:29 +0000 (10:44 +0100)
commit812409e9486a37ba2f51e6e23c97e6ae8e26ff9a
treeae917e7d2fe088d80afdf5b23c599564a78d6f7d
parent122c772599f1b0a3148a5790775698d3fa92cc10
backend: privatize nr_thread/nr_process

We need to start moving init items out of add_job(), to allow
for updating of job options. The number of threads and processes
can be calculated before running jobs, so move them there.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
fio.h
init.c
libfio.c