summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-28 19:13:18 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-28 19:13:18 -0500
commit1eea9f5d009511166e37860477ca01cedb67f21f (patch)
tree7758ff3c91787488ba4787e1f46191beb1026358 /gps.h
parentc9c70d8fa2483a506b3b14c68f7c0ca7a69897df (diff)
downloadgpsd-1eea9f5d009511166e37860477ca01cedb67f21f.tar.gz
Reserve space for a feature.
All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index c9b9e258..769d0074 100644
--- a/gps.h
+++ b/gps.h
@@ -1280,7 +1280,8 @@ struct policy_t {
int raw; /* requesting raw data? */
bool scaled; /* requesting report scaling? */
bool timing; /* requesting timing info */
- char devpath[GPS_PATH_MAX]; /* specific device to watch */
+ int loglevel; /* requested log level of messages */
+ char devpath[GPS_PATH_MAX]; /* specific device to watch */
};
/*