X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio_time.h;h=c7c3dbbad957240d5371e77967f7486b0dd028e3;hp=f4eac793f4fb3311dbd77069fc5a392477f33fef;hb=0410e7834e18760c4b38d8e51483c649d47aa0c0;hpb=084a5475d55b6cad7550e56a46d8797e8534bb2d diff --git a/fio_time.h b/fio_time.h index f4eac793..c7c3dbba 100644 --- a/fio_time.h +++ b/fio_time.h @@ -5,6 +5,7 @@ struct thread_data; extern uint64_t ntime_since(const struct timespec *, const struct timespec *); +extern uint64_t ntime_since_now(const struct timespec *); extern uint64_t utime_since(const struct timespec *, const struct timespec *); extern uint64_t utime_since_now(const struct timespec *); extern uint64_t mtime_since(const struct timespec *, const struct timespec *);