X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=fio_time.h;h=ee8087e0cff24bd0426720e8c62feb354baecf45;hb=e80d780108fd33350f7c4a3032a8d2d06d7b102f;hp=f4eac793f4fb3311dbd77069fc5a392477f33fef;hpb=22bcb265833f263facd58bcef3d8a159c554460e;p=fio.git diff --git a/fio_time.h b/fio_time.h index f4eac793..ee8087e0 100644 --- a/fio_time.h +++ b/fio_time.h @@ -1,10 +1,12 @@ #ifndef FIO_TIME_H #define FIO_TIME_H +#include #include "lib/types.h" 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 *);