summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 309e34d9..acff12f4 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -399,6 +399,10 @@ struct gps_device_t {
timestamp_t releasetime;
bool zerokill;
timestamp_t reawake;
+#ifdef TIMING_ENABLE
+ timestamp_t sor; /* timestamp start of this reporting cycle */
+ unsigned long chars; /* characters in the cycle */
+#endif /* TIMING_ENABLE */
#ifdef NTPSHM_ENABLE
int shmindex;
timestamp_t last_fixtime; /* so updates happen once */