From 90e1d453f282f014a959260764431e64a791942d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Apr 2015 02:41:02 -0400 Subject: Thread monitor interface simplification. With a bit of refactoring we can eliminate one of the hooks. PPS observed live, telnetting to localhost:2947 with gpsd running. --- ppsthread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppsthread.h') diff --git a/ppsthread.h b/ppsthread.h index a115163a..e5134e79 100644 --- a/ppsthread.h +++ b/ppsthread.h @@ -27,8 +27,6 @@ struct pps_thread_t { char *devicename; char *(*report_hook)(volatile struct pps_thread_t *, struct timedelta_t *); - void (*pps_hook)(volatile struct pps_thread_t *, - struct timedelta_t *); void (*log_hook)(volatile struct pps_thread_t *, int errlevel, const char *fmt, ...); void (*wrap_hook)(volatile struct pps_thread_t *); -- cgit v1.2.1