add manual flag to mmap dictionary

This commit is contained in:
Danielle Rozenblit
2023-02-14 09:42:23 -08:00
parent 8a189b1b29
commit 2d8afd9ce1
4 changed files with 16 additions and 5 deletions
+1
View File
@@ -69,6 +69,7 @@ typedef struct FIO_prefs_s {
int contentSize;
int allowBlockDevices;
int passThrough;
int mmapDict;
} FIO_prefs_t;
#endif /* FILEIO_TYPES_HEADER */