X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio_time.h;h=f4eac793f4fb3311dbd77069fc5a392477f33fef;hp=3a5848e7a1da06c5260db3c35d8e08c68ce560a0;hb=d6bb626ef37d3905221ade2887b422717a07af09;hpb=8b6a404cdd2c40715885e562416c3db039912773 diff --git a/fio_time.h b/fio_time.h index 3a5848e7..f4eac793 100644 --- a/fio_time.h +++ b/fio_time.h @@ -4,7 +4,8 @@ #include "lib/types.h" struct thread_data; -extern uint64_t utime_since(const struct timespec *,const struct timespec *); +extern uint64_t ntime_since(const struct timespec *, 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 *); extern uint64_t mtime_since_now(const struct timespec *);