summaryrefslogtreecommitdiff
path: root/ntpshm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-02 10:29:25 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-11-02 10:29:25 -0400
commit05416cc2c661d3f4c8b391723051927d524f4688 (patch)
treeeaac0288cf3743927a26afeba563b3632fb29e5d /ntpshm.c
parent6f82d871a1728dbc0b2a3fbf6b1dd844476a26d4 (diff)
downloadgpsd-05416cc2c661d3f4c8b391723051927d524f4688.tar.gz
Namespace cleanup. All regression tests pass, PPS is live.
Diffstat (limited to 'ntpshm.c')
-rw-r--r--ntpshm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshm.c b/ntpshm.c
index 1a9f0372..f710a02a 100644
--- a/ntpshm.c
+++ b/ntpshm.c
@@ -467,7 +467,7 @@ static /*@observer@*/ char *report_hook(struct gps_device_t *session,
}
#endif /* PPS_ENABLE */
-void ntpd_link_deactivate(struct gps_device_t *session)
+void ntpshm_link_deactivate(struct gps_device_t *session)
/* release ntpshm storage for a session */
{
(void)ntpshm_free(session->context, session->shmindex);
@@ -479,7 +479,7 @@ void ntpd_link_deactivate(struct gps_device_t *session)
#endif /* PPS_ENABLE */
}
-void ntpd_link_activate(struct gps_device_t *session)
+void ntpshm_link_activate(struct gps_device_t *session)
/* set up ntpshm storage for a session */
{
/* If we are talking to ntpd, allocate a shared-memory segment for "NMEA" time data */