summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-28 19:14:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-28 19:14:24 +0000
commitc2186c86d6b36976f89bf622127b039e3a478993 (patch)
tree5367cb033d731e87fab6b68cbe605fb7711a5adc /gps.h
parent89db1c5f3a3343c68bc29b46ad976f9a99b86189 (diff)
downloadgpsd-c2186c86d6b36976f89bf622127b039e3a478993.tar.gz
Start on client-side parsing of AIS JSON. All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 5056aad7..4cb87f97 100644
--- a/gps.h
+++ b/gps.h
@@ -475,7 +475,7 @@ typedef /*@unsignedintegraltype@*/ unsigned int gps_mask_t;
struct ais_t
{
- uint msgtype; /* message type */
+ uint type; /* message type */
uint repeat; /* Repeat indicator */
uint mmsi; /* MMSI */
union {