From b73abff012abacf770a9f59fb054b721e2b9e336 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 2 Feb 2015 18:09:32 -0500 Subject: Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode. All regression tests pass. --- libgps_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index b16902c1..637dd204 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -337,13 +337,14 @@ void libgps_dump_state(struct gps_data_t *collect) collect->version.proto_minor); if (collect->set & POLICY_SET) (void)fprintf(debugfp, - "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s devpath=%s\n", + "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s pps=%s, devpath=%s\n", collect->policy.watcher ? "true" : "false", collect->policy.nmea ? "true" : "false", collect->policy.raw, collect->policy.scaled ? "true" : "false", collect->policy.timing ? "true" : "false", collect->policy.split24 ? "true" : "false", + collect->policy.pps ? "true" : "false", collect->policy.devpath); if (collect->set & SATELLITE_SET) { struct satellite_t *sp; -- cgit v1.2.1