summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-12 12:19:18 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-12 12:19:18 -0500
commit3b26aed0b6a6dd607e4b63138c2102d1e6754441 (patch)
treef4f213fd9f542e8774cdd25a224a88a5f5d7062c /libgpsd_core.c
parent036d54fcffacac2ae32ce8d6970b1eba8f85269b (diff)
downloadgpsd-3b26aed0b6a6dd607e4b63138c2102d1e6754441.tar.gz
Namespace cleanup.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index e61ed3ae..47ce3014 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -1679,7 +1679,7 @@ void ntpshm_latch(struct gps_device_t *device, struct timedrift_t /*@out@*/*td)
/*@+type@*/
/* thread-safe update */
- pps_stash_fixtime(device, device->newdata.time, td->clock);
+ pps_thread_stash_fixtime(device, device->newdata.time, td->clock);
}
#endif /* NTPSHM_ENABLE */