summaryrefslogtreecommitdiff
path: root/gps_json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-18 21:53:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-18 21:53:26 +0000
commitcb7e7527b1c5aff41a47dd08f842c0467120a411 (patch)
tree2d83d6f881cc9ef94b486fdc35d35ff2f635b2cf /gps_json.h
parentc01cbf2c9811fae27852a799368dcc8922364199 (diff)
downloadgpsd-cb7e7527b1c5aff41a47dd08f842c0467120a411.tar.gz
Move some struct gpsdata_t members around to get better space economy.
Change the way device lists are represented so they can carry attributes from the new protocol. No more variable sizes by configure option, all that stuff gets swallowed up in the union member now.
Diffstat (limited to 'gps_json.h')
-rw-r--r--gps_json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps_json.h b/gps_json.h
index de701e05..c91900cf 100644
--- a/gps_json.h
+++ b/gps_json.h
@@ -4,7 +4,6 @@
#define GPS_JSON_COMMAND_MAX 80
#define GPS_JSON_RESPONSE_MAX 1024
-#define GPS_JSON_DEVICES_MAX 4
struct devconfig_t {
char device[PATH_MAX];