summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-16 20:28:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-16 20:28:04 +0000
commit7edbc5ffd582126ff1a9e8f89fafac50d4593d24 (patch)
tree15935d82571ae75756a60d808950e5b47c4791ef /gpsd.h
parent9741a1feed9f0d94e55276fbbb3cb6e2fdd718b1 (diff)
downloadgpsd-7edbc5ffd582126ff1a9e8f89fafac50d4593d24.tar.gz
SiRF rate-limit command is brain-dead, so we'll do it in the driver.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 26d40414..ec04d779 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -103,6 +103,7 @@ struct gps_session_t {
unsigned char outbuffer[MAX_PACKET_LENGTH+1];
unsigned short outbuflen;
double poll_times[FD_SETSIZE]; /* last daemon poll time */
+ unsigned long counter;
#ifdef BINARY_ENABLE
#ifdef GARMIN_ENABLE /* private housekeeping stuff for the Garmin driver */
unsigned char GarminBuffer[4096 + 12]; /* Garmin packet buffer */