summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 02:41:02 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-01 02:41:02 -0400
commit90e1d453f282f014a959260764431e64a791942d (patch)
treedd3137c312202089a8ee5df5a37a78e848397bfd /ppsthread.h
parentca3731143371a2b064f42b97c370ef54bfacb654 (diff)
downloadgpsd-90e1d453f282f014a959260764431e64a791942d.tar.gz
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.
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h2
1 files changed, 0 insertions, 2 deletions
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 *);