summaryrefslogtreecommitdiff
path: root/src/helper/time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/time_support.h')
-rw-r--r--src/helper/time_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/time_support.h b/src/helper/time_support.h
index 4e79d0d0..05dc9119 100644
--- a/src/helper/time_support.h
+++ b/src/helper/time_support.h
@@ -26,6 +26,8 @@
extern int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
extern int timeval_add(struct timeval *result, struct timeval *x, struct timeval *y);
extern int timeval_add_time(struct timeval *result, int sec, int usec);
+/* gettimeofday() timeval in 64 bit ms */
+extern long long timeval_ms();
typedef struct duration_s
{