Add the 'zbd' debug level
[fio.git] / fio_time.h
index f4eac793f4fb3311dbd77069fc5a392477f33fef..c00f8e7866d94fd47ae6e0b54f03453efdbd0844 100644 (file)
@@ -1,10 +1,16 @@
 #ifndef FIO_TIME_H
 #define FIO_TIME_H
 
+#include <stdint.h>
+/* IWYU pragma: begin_exports */
+#include <time.h>
+#include <sys/time.h>
+/* IWYU pragma: end_exports */
 #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 *);