X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio_time.h;h=c00f8e7866d94fd47ae6e0b54f03453efdbd0844;hp=3a5848e7a1da06c5260db3c35d8e08c68ce560a0;hb=576d4cf9b040e49ca467cd94db0567d392510e9d;hpb=8b6a404cdd2c40715885e562416c3db039912773 diff --git a/fio_time.h b/fio_time.h index 3a5848e7..c00f8e78 100644 --- a/fio_time.h +++ b/fio_time.h @@ -1,10 +1,17 @@ #ifndef FIO_TIME_H #define FIO_TIME_H +#include +/* IWYU pragma: begin_exports */ +#include +#include +/* IWYU pragma: end_exports */ #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 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 *); extern uint64_t mtime_since_now(const struct timespec *);