summaryrefslogtreecommitdiff
path: root/gdb/serial.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-19 23:27:43 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-19 23:27:43 +0000
commit3e0241b8fa622a0e51541269f80ac2d6a24ea20d (patch)
tree430b9be616443bfea406648edb5e5cd3ea9e2acb /gdb/serial.h
parentc305fba3282963eb3003064904039952f3997569 (diff)
downloadgdb-3e0241b8fa622a0e51541269f80ac2d6a24ea20d.tar.gz
import gdb-1999-07-19 snapshot
Diffstat (limited to 'gdb/serial.h')
-rw-r--r--gdb/serial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/serial.h b/gdb/serial.h
index fa37cab9de8..09916fe8387 100644
--- a/gdb/serial.h
+++ b/gdb/serial.h
@@ -29,6 +29,7 @@ struct _serial_t
{
int fd; /* File descriptor */
struct serial_ops *ops; /* Function vector */
+ void *state; /* Local context info for open FD */
serial_ttystate ttystate; /* Not used (yet) */
int bufcnt; /* Amount of data in receive buffer */
unsigned char *bufp; /* Current byte */