Wrap thread_data in thread_segment
authorJens Axboe <axboe@kernel.dk>
Fri, 13 Nov 2020 15:33:50 +0000 (08:33 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Nov 2020 15:36:05 +0000 (08:36 -0700)
commitd41647e6fa08ba1359844db8be57474e7edb05f9
tree8583f658cf3da7b0a3b06830c3f9cda39b8ee9f5
parent84f9318fc16e33633ac9f789dcef7cc58c3b8595
Wrap thread_data in thread_segment

No functional changes in this patch, just in preparation for having
multiple shm segments for the thread_data structures. They are getting
very large, and since it's hard to know upfront how many we need, let's
instead refactor the code a bit to allow us to add chunks of them as
needed when parsing the job file (or command line).

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