X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.h;h=f1d619ad5bad5fc2b3dae6f60083b7ec2c291d61;hp=c55f5cba779f5269e6fbc6b96c1e85e419d40683;hb=beb4a5b43197e579bf91db007539c999fb04fe13;hpb=817a1d8301824effbf9ea3352e6e722a3515473c diff --git a/gettime.h b/gettime.h index c55f5cba..f1d619ad 100644 --- a/gettime.h +++ b/gettime.h @@ -16,6 +16,7 @@ enum fio_cs { CS_INVAL, }; +extern int fio_get_mono_time(struct timespec *); extern void fio_gettime(struct timespec *, void *); extern void fio_gtod_init(void); extern void fio_clock_init(void);