From 0747ffe258042efe53c10964c579af62c7b8ae30 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Feb 2015 13:38:38 -0500 Subject: Abolish all confusing uses of the word 'drift' for a time delta. No logic changes. All regression tesrs pass. Live PPS observed. --- libgpsd_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpsd_core.c') diff --git a/libgpsd_core.c b/libgpsd_core.c index 1c792191..c9f99d40 100644 --- a/libgpsd_core.c +++ b/libgpsd_core.c @@ -1648,7 +1648,7 @@ void gpsd_zero_satellites( /*@out@*/ struct gps_data_t *out) } #ifdef NTPSHM_ENABLE -void ntpshm_latch(struct gps_device_t *device, struct timedrift_t /*@out@*/*td) +void ntpshm_latch(struct gps_device_t *device, struct timedelta_t /*@out@*/*td) /* latch the fact that we've saved a fix */ { double fix_time, integral, fractional; -- cgit v1.2.1