summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-20 08:30:54 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-20 08:30:54 -0400
commit8edcc43df17e994395b7680c12b53644754c234d (patch)
tree0f8be52a049cab182a64eddf4a55baf2c5938bb6 /gpsd.h-tail
parentc91de3f456d3ae90ea51b15001182390f1ee3e73 (diff)
downloadgpsd-8edcc43df17e994395b7680c12b53644754c234d.tar.gz
Float elimination. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index c2566339..f3923f8b 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -451,10 +451,10 @@ struct gps_device_t {
int badcount;
int subframe_count;
char subtype[64]; /* firmware version or subtype ID */
- timestamp_t opentime;
- timestamp_t releasetime;
+ time_t opentime;
+ time_t releasetime;
bool zerokill;
- timestamp_t reawake;
+ time_t reawake;
#ifdef TIMING_ENABLE
timestamp_t sor; /* timestamp start of this reporting cycle */
unsigned long chars; /* characters in the cycle */