engines/null: update external engine compilation
authorJens Axboe <axboe@kernel.dk>
Sun, 20 Mar 2022 13:22:33 +0000 (07:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 20 Mar 2022 13:22:33 +0000 (07:22 -0600)
commitcef0a8357b3fef9b12f3922cf84e7c723a1c3b37
treec30a689f376074dd97298e34b48f1295400856d4
parent1953e1adb5a28ed21370e85991d7f5c3cdc699f3
engines/null: update external engine compilation

Everything needs to include config-host.h, and make sure that the C++
side uses the right type for the queue op.

Fixes: https://github.com/axboe/fio/issues/1371
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/null.c