From 097a425d3e32f943e2cb6a29e06882402e92027a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 8 Mar 2015 15:50:37 -0400 Subject: chronfd doesn't belong in the thread context, move it back out to session. --- ppsthread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ppsthread.h') 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 *); -- cgit v1.2.1