X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gettime.h;h=f1d619ad5bad5fc2b3dae6f60083b7ec2c291d61;hb=bdf99b6836d75683cba5968c40f321748482ae86;hp=c55f5cba779f5269e6fbc6b96c1e85e419d40683;hpb=817a1d8301824effbf9ea3352e6e722a3515473c;p=fio.git 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);