options: full control of fadvise hinting
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 5726befcb9abc1f4423246862a73cdc5affd89d7..df17074211a33e6beb08032b87de4335a9d7673a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -110,6 +110,13 @@ enum {
        RATE_PROCESS_POISSON = 1,
 };
 
+enum {
+       F_ADV_NONE = 0,
+       F_ADV_TYPE,
+       F_ADV_RANDOM,
+       F_ADV_SEQUENTIAL,
+};
+
 /*
  * Per-thread/process specific data. Only used for the network client
  * for now.