[PATCH] Improve time accounting for a job
[fio.git] / time.c
diff --git a/time.c b/time.c
index cb44c209ec984a1d74ecc0b48054f999c0eed007..6c9eb0a894c951b08b09ad653594a8884fc13bbf 100644 (file)
--- a/time.c
+++ b/time.c
@@ -21,7 +21,7 @@ unsigned long utime_since(struct timeval *s, struct timeval *e)
        return sec + usec;
 }
 
-static unsigned long utime_since_now(struct timeval *s)
+unsigned long utime_since_now(struct timeval *s)
 {
        struct timeval t;