Add support for registrering external options
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 214fbd268ca92e9081748be70b5c9cb07e3bff0f..bdc1708123e89f73f704fecdd34301f76f1ca37e 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -227,6 +227,7 @@ struct thread_options {
        unsigned int file_service_type;
        unsigned int group_reporting;
        unsigned int fadvise_hint;
+       unsigned int fallocate;
        unsigned int zero_buffers;
        unsigned int refill_buffers;
        unsigned int time_based;
@@ -271,6 +272,15 @@ struct thread_options {
         * Benchmark profile type
         */
        unsigned int profile;
+
+       /*
+        * blkio cgroup support
+        */
+       char *cgroup;
+       unsigned int cgroup_weight;
+
+       unsigned int uid;
+       unsigned int gid;
 };
 
 #define FIO_VERROR_SIZE        128
@@ -350,7 +360,7 @@ struct thread_data {
        /*
         * Rate state
         */
-       unsigned long rate_usec_cycle[2];
+       unsigned long rate_nsec_cycle[2];
        long rate_pending_usleep[2];
        unsigned long rate_bytes[2];
        unsigned long rate_blocks[2];