summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 53d63f10..108e0419 100644
--- a/gps.h
+++ b/gps.h
@@ -1891,6 +1891,8 @@ struct timedrift_t {
struct timespec real;
struct timespec clock;
};
+#define TIMEDIFF(drift) ((((drift)->real.tv_sec - (drift)->clock.tv_sec)*1e9)\
+ + ((drift)->real.tv_nsec - (drift)->clock.tv_nsec))
/*
* Someday we may support Windows, under which socket_t is a separate type.