nanosecond: initial commit changing timeval to timespec
[fio.git] / t / lfsr-test.c
index 7016f2688f6bfc0dc5f50811143722a1820d06ac..4009b62e38c3acdcfe827f54708cba230c640745 100644 (file)
@@ -27,7 +27,7 @@ void usage()
 int main(int argc, char *argv[])
 {
        int r;
-       struct timeval start, end;
+       struct timespec start, end;
        struct fio_lfsr *fl;
        int verify = 0;
        unsigned int spin = 0;