X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fhttp.c;h=7a61b132b92bd72b94ebdc9915e311235b53fc56;hb=5a8a6a0343b42d087fa7b65ae884985d0f183c8b;hp=275fcab561048f9e81908863cbda3366c28b73b1;hpb=f32a30d4c4eb2490b5c1bdac9ae3c2fc7a7ab20e;p=fio.git diff --git a/engines/http.c b/engines/http.c index 275fcab5..7a61b132 100644 --- a/engines/http.c +++ b/engines/http.c @@ -639,7 +639,7 @@ static int fio_http_invalidate(struct thread_data *td, struct fio_file *f) return 0; } -static struct ioengine_ops ioengine = { +FIO_STATIC struct ioengine_ops ioengine = { .name = "http", .version = FIO_IOOPS_VERSION, .flags = FIO_DISKLESSIO | FIO_SYNCIO,