Add ability to use an include file in a fio job file
authorAndrey Kuzmin <andrey.v.kuzmin@gmail.com>
Fri, 26 Sep 2014 18:48:40 +0000 (12:48 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 26 Sep 2014 18:48:40 +0000 (12:48 -0600)
commitb32709219cd352ff96fb50f274597b78f3602eb7
treee909a6184617458ea7788c6fbca1bbb3eaca5c2c
parent13793d02fb175037f7efa1038ad1fe99059a03cc
Add ability to use an include file in a fio job file

With this patch, we can use the 'include' directive to tell
fio to include the contents of a file inside a job file.

Signed-off-by: Jens Axboe <axboe@fb.com>
init.c