[PATCH] Add timestamp support
[blktrace.git] / blktrace.h
index cb4ee3badbbcbbc7b821baecd470a4d40cd7beff..f629314693ba740d9572c5554944c9fee147477f 100644 (file)
@@ -55,6 +55,7 @@ struct per_cpu_info {
 
 extern FILE *ofp;
 extern int data_is_native;
+extern struct timespec abs_start_time;
 
 #define CHECK_MAGIC(t)         (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC)
 #define SUPPORTED_VERSION      (0x07)