X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengines.h;h=54dadba2cbce34921d6d46b05c233b4aeb8c4a8a;hb=dc8aed223cfff0a15065b064082b975b749f0b6e;hp=f48b4db934851fd944eba8e66f462858aed183a5;hpb=427a7e0950a49a6e350a8e63a31cd8b1f331d4cc;p=fio.git diff --git a/ioengines.h b/ioengines.h index f48b4db9..54dadba2 100644 --- a/ioengines.h +++ b/ioengines.h @@ -10,6 +10,12 @@ #define FIO_IOOPS_VERSION 26 +#ifndef CONFIG_DYNAMIC_ENGINES +#define FIO_STATIC static +#else +#define FIO_STATIC +#endif + /* * io_ops->queue() return values */