From afe4984bb17a7a72764b84d7b959dc0431d0a130 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 9 Oct 2011 07:59:31 -0400 Subject: Ensure that enabling timing won't break object file compatibility. --- gpsd.h-tail | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gpsd.h-tail') 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 */ -- cgit v1.2.1