X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos.h;h=1569e409dd964c027b676227d44820e717165d2d;hp=92b6950d305d077261633723b181f35e273b33ae;hb=58483fa41bb08def4dbd3c4c9624116b643c7599;hpb=3be8007107a6e4bad3f1b7ea9ea80b51a2dddfc4 diff --git a/os/os.h b/os/os.h index 92b6950d..1569e409 100644 --- a/os/os.h +++ b/os/os.h @@ -102,6 +102,10 @@ typedef unsigned long os_cpu_mask_t; #define fio_lookup_raw(dev, majdev, mindev) 1 #endif +#ifndef FIO_PREFERRED_ENGINE +#define FIO_PREFERRED_ENGINE "sync" +#endif + #ifndef FIO_HAVE_BLKTRACE static inline int is_blktrace(const char *fname) {