From c82fe00247bd9fcbf5a70901c3b022e8ddd5ab0f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 8 Mar 2015 09:35:03 -0400 Subject: Eliminate timestamp-T use from PPS thread code. PPS observed live on GR-601W. All regression yests pass. --- ppsthread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ppsthread.h') diff --git a/ppsthread.h b/ppsthread.h index ea83d04f..73c8720b 100644 --- a/ppsthread.h +++ b/ppsthread.h @@ -23,8 +23,8 @@ #endif /* S_SPLINT_S */ struct pps_thread_t { - timestamp_t fixin_real; - struct timespec fixin_clock; /* system clock time when last fix received */ + struct timespec fixin_real; /* in-band time of the fix */ + struct timespec fixin_clock; /* system clock time when fix received */ #if defined(HAVE_SYS_TIMEPPS_H) pps_handle_t kernelpps_handle; #endif /* defined(HAVE_SYS_TIMEPPS_H) */ @@ -50,7 +50,7 @@ struct pps_thread_t { extern void pps_thread_activate(volatile struct pps_thread_t *); extern void pps_thread_deactivate(volatile struct pps_thread_t *); extern void pps_thread_stash_fixtime(volatile struct pps_thread_t *, - timestamp_t, struct timespec); + struct timespec, struct timespec); extern int pps_thread_lastpps(volatile struct pps_thread_t *, struct timedelta_t *); -- cgit v1.2.1