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