Add support for registrering external options
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index b1af7b1bb8935ddfe1ac384f844a91f6c14e7eb5..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;
@@ -277,6 +278,9 @@ struct thread_options {
         */
        char *cgroup;
        unsigned int cgroup_weight;
+
+       unsigned int uid;
+       unsigned int gid;
 };
 
 #define FIO_VERROR_SIZE        128
@@ -356,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];