summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-03-26 15:18:27 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-03-26 15:18:27 +0000
commit94bf2cdf46543eec46c326dfa68a525c4f14a342 (patch)
tree109faa2bee82ca366a0b018be1956a9cdeb42b5c /gps.h
parent167df4e203172e6810020531cbf7b1b2e5e8ed8d (diff)
downloadgpsd-94bf2cdf46543eec46c326dfa68a525c4f14a342.tar.gz
First step of a layering fix: move the private ldisc member to gpsd.h.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gps.h b/gps.h
index 4438a3ef..354db889 100644
--- a/gps.h
+++ b/gps.h
@@ -296,9 +296,6 @@ struct gps_data_t {
/* these members are private */
int gps_fd; /* socket or file descriptor to GPS */
-#ifdef NMEADISC
- int ldisc; /* current line discipline */
-#endif
void (*raw_hook)(struct gps_data_t *, char *, size_t len, int level);/* Raw-mode hook for GPS data. */
void (*thread_hook)(struct gps_data_t *, char *, size_t len, int level);/* Thread-callback hook for GPS data. */
};