summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-31 20:24:09 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-31 20:24:09 -0400
commitd1c651b6f0d671a5b05a22ff2e0813a6b84db73e (patch)
treee12e13aa3ee363e740672bf2bfb5dee9f85dbf23 /ppsthread.c
parent9fb65b394117e21cf1ccac750db5136efcb4f8b3 (diff)
downloadgpsd-d1c651b6f0d671a5b05a22ff2e0813a6b84db73e.tar.gz
In ppsthread.c, two structure memberrs can be hidden a bit more.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 001285f9..dac200d6 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -114,9 +114,9 @@ static int get_edge_tiocmiwait( volatile struct pps_thread_t *,
struct inner_context_t {
volatile struct pps_thread_t *pps_thread;
+#if defined(HAVE_SYS_TIMEPPS_H)
int pps_caps; /* RFC2783 getcaps() */
bool pps_canwait; /* can RFC2783 wait? */
-#if defined(HAVE_SYS_TIMEPPS_H)
pps_handle_t kernelpps_handle;
#endif /* defined(HAVE_SYS_TIMEPPS_H) */
};