X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.h;h=eb3537b15b9d7b4fc29155b830e39b9dd108cd7a;hp=f5412286e3bad41dd32111f8885d647af20fad75;hb=aad918e47d119eb2043311f1a2a45ce109c047d1;hpb=27325ed5a4f770b681c6847352c547d51dbdeb62 diff --git a/gettime.h b/gettime.h index f5412286..eb3537b1 100644 --- a/gettime.h +++ b/gettime.h @@ -17,7 +17,7 @@ extern void fio_gettime(struct timeval *, void *); extern void fio_gtod_init(void); extern void fio_clock_init(void); extern int fio_start_gtod_thread(void); -extern int fio_monotonic_clocktest(void); +extern int fio_monotonic_clocktest(int debug); extern void fio_local_clock_init(int); extern struct timeval *fio_tv; @@ -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