summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gps.h b/gps.h
index 80aedb5a..84f88b95 100644
--- a/gps.h
+++ b/gps.h
@@ -1690,8 +1690,8 @@ struct gps_data_t {
char tag[MAXTAGLEN+1]; /* tag of last sentence processed */
#ifdef TIMING_ENABLE
- timestamp_t cycle_start; /* timestamp start of this reporting cycle */
- unsigned long cycle_count; /* characters in the cycle */
+ timestamp_t sor; /* timestamp start of this reporting cycle */
+ unsigned long chars; /* characters in the cycle */
#endif /* TIMING_ENABLE */
/* pack things never reported together to reduce structure size */