Add 'sequential' file_service_type
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index e74836f7bc881720f7b7bef984c879ea5179c726..11338eb7496e64d3207eb240dd3182b154b241ad 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -657,11 +657,13 @@ struct thread_data {
 };
 
 /*
- * roundrobin available files, or choose one at random.
+ * roundrobin available files, or choose one at random, or do each one
+ * serially.
  */
 enum {
        FIO_FSERVICE_RANDOM     = 1,
        FIO_FSERVICE_RR         = 2,
+       FIO_FSERVICE_SEQ        = 3,
 };
 
 /*