summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-02 11:37:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-11-02 11:37:45 -0400
commit31cb28bcd4135a331b9fcb395664bc1b3d15cd7a (patch)
treefeb15c853db8cc8bfbbf33747888f9e71ef0be7b /gpsd.h-tail
parentdae540addfe666a5a296d9be40a283da7dc3d2fe (diff)
downloadgpsd-31cb28bcd4135a331b9fcb395664bc1b3d15cd7a.tar.gz
Yet more decoupling.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 90746724..c36e7816 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -468,10 +468,10 @@ struct gps_device_t {
#ifdef NTPSHM_ENABLE
int shmindex;
bool ship_to_ntpd;
- timestamp_t last_fixtime; /* so updates happen once */
+ int shmTimeP;
#endif /* NTPSHM_ENABLE */
+ timestamp_t last_fixtime; /* so updates happen once */
#ifdef PPS_ENABLE
- int shmTimeP;
#if defined(HAVE_SYS_TIMEPPS_H)
pps_handle_t kernelpps_handle;
#endif /* defined(HAVE_SYS_TIMEPPS_H) */