summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-23 14:03:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-23 14:03:49 +0000
commit86b36ca76936116bd867ac52653c98c13cf80dad (patch)
tree4cb0e6ec1e662f01b5d2ab626d33887540a537a5 /gps.h
parente78ac38febe9c88984a1bce33aabe5bd8c77fccc (diff)
downloadgpsd-86b36ca76936116bd867ac52653c98c13cf80dad.tar.gz
New protocol can now ship profiling information, like old $.
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 db4b83dd..0eea88a7 100644
--- a/gps.h
+++ b/gps.h
@@ -867,6 +867,7 @@ struct policy_t {
bool nmea; /* requesting dumping as NMEA */
int raw; /* dump raw data? */
bool scaled; /* perform report scaling? */
+ bool timing; /* send per-sentence timing info */
char devpath[GPS_PATH_MAX]; /* specific device to watch */
};