summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-08 15:50:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-08 15:50:37 -0400
commit097a425d3e32f943e2cb6a29e06882402e92027a (patch)
tree2c8a40e4f882741a164cbb2c5962ca63bccda3e7 /ppsthread.h
parent5a715483cd50180778974d96fdb3c4a8fef598e4 (diff)
downloadgpsd-097a425d3e32f943e2cb6a29e06882402e92027a.tar.gz
chronfd doesn't belong in the thread context, move it back out to session.
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppsthread.h b/ppsthread.h
index 4178813b..c048afaf 100644
--- a/ppsthread.h
+++ b/ppsthread.h
@@ -44,7 +44,6 @@ struct pps_thread_t {
#endif /* defined(HAVE_SYS_TIMEPPS_H) */
int devicefd; /* device file descriptor */
char *devicename;
- int chronyfd; /* for talking to chrony */
/*@null@*/ char *(*report_hook)(volatile struct pps_thread_t *,
struct timedelta_t *);
/*@null@*/ void (*wrap_hook)(volatile struct pps_thread_t *);