summaryrefslogtreecommitdiff
path: root/timespec.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-28 15:11:28 -0700
committerGary E. Miller <gem@rellim.com>2015-04-28 15:11:28 -0700
commit280b35a8163a149d95311542d40ecc06c6cb6ddb (patch)
treecbb3bca960b4b101b6a995fc5249440dc6bb043b /timespec.h
parent90dd3d58965b13816541d59622d583dc45c3d166 (diff)
downloadgpsd-280b35a8163a149d95311542d40ecc06c6cb6ddb.tar.gz
Note that gpsd timespec normalize is different then ntpd's.
Diffstat (limited to 'timespec.h')
-rw-r--r--timespec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/timespec.h b/timespec.h
index 40679e3f..8070926d 100644
--- a/timespec.h
+++ b/timespec.h
@@ -15,6 +15,8 @@
*
* this only handles the case where two normalized timespecs
* are added or subracted. (e.g. only a one needs to be borrowed/carried
+ *
+ * NOTE: this normalization is not the same as ntpd uses
*/
#define NS_IN_SEC 1000000000
#define MS_IN_SEC 1000000