summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-07 04:26:48 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-07 04:26:48 -0400
commit89281bde8c9906bb4d7b44ba9ee33c196fcd4164 (patch)
tree9d9265f86d3e84533b91a59a6795b27033a204fd /gps.h
parent9b4697d67d4d04ab7e41ace148fc20cb5321aa56 (diff)
downloadgpsd-89281bde8c9906bb4d7b44ba9ee33c196fcd4164.tar.gz
Clean up some variable names.
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 */