summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-31 19:45:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-31 19:45:05 +0000
commitadac953ea01392e50d915dd72e637819c9fff0e9 (patch)
tree432c64e71c375d970ea2924dc23e41a96be5aebf /gpsd.h
parente5fd5732bd5655ad01ab483267aa48589228766b (diff)
downloadgpsd-adac953ea01392e50d915dd72e637819c9fff0e9.tar.gz
Enable clients to display the GPS type.
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 18f13df2..2c16d1a2 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -149,6 +149,7 @@ struct gps_device_t {
size_t outbuflen;
unsigned long char_counter; /* count characters processed */
unsigned long retry_counter; /* count sniff retries */
+ char subtype[32]; /* firmware version or subtype ID */
double poll_times[FD_SETSIZE]; /* last daemon poll time */
#ifdef NTPSHM_ENABLE
int shmindex;