summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-02 18:09:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-02 18:11:22 -0500
commitb73abff012abacf770a9f59fb054b721e2b9e336 (patch)
treeef0fa6b7fcea597905e61bea9ea3403b01f9e151 /gps.h
parent7aed6d1d79289ac2bf15e4509d5f79a84b0dc177 (diff)
downloadgpsd-b73abff012abacf770a9f59fb054b721e2b9e336.tar.gz
Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode.
All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index fbc7f1d7..6bf7c336 100644
--- a/gps.h
+++ b/gps.h
@@ -1878,6 +1878,7 @@ struct policy_t {
bool scaled; /* requesting report scaling? */
bool timing; /* requesting timing info */
bool split24; /* requesting split AIS Type 24s */
+ bool pps; /* requesting PPS in NMEA/raw modes */
int loglevel; /* requested log level of messages */
char devpath[GPS_PATH_MAX]; /* specific device to watch */
char remote[GPS_PATH_MAX]; /* ...if this was passthrough */