gettime-thread: set and allow multiple CPUs
[fio.git] / gettime.h
index f5412286e3bad41dd32111f8885d647af20fad75..b775ef3a42d1964b998c51cb9f2348213bec67e9 100644 (file)
--- a/gettime.h
+++ b/gettime.h
@@ -38,4 +38,6 @@ static inline int fio_gettime_offload(struct timeval *tv)
        return 1;
 }
 
+extern void fio_gtod_set_cpu(unsigned int cpu);
+
 #endif