nanosecond: initial commit changing timeval to timespec
[fio.git] / profiles / act.c
index 643f8a874f76ca415aa14aa8b1697a23116f671e..59e50052110aec465ceac205759246bd03ff8a17 100644 (file)
@@ -47,7 +47,7 @@ struct act_run_data {
 static struct act_run_data *act_run_data;
 
 struct act_prof_data {
-       struct timeval sample_tv;
+       struct timespec sample_tv;
        struct act_slice *slices;
        unsigned int cur_slice;
        unsigned int nr_slices;