aboutsummaryrefslogtreecommitdiff
path: root/gdb/serial.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-07-19 23:30:11 +0000
committerJason Molenda <jmolenda@apple.com>1999-07-19 23:30:11 +0000
commitadf40b2e16832f7382ee79e498d43a70ad22e305 (patch)
tree933de2a465a4003b9016471a466079459693ae3e /gdb/serial.h
parentdc9e099fc0eced486ae2b49455c9da113c11f4ff (diff)
downloadfsf-binutils-gdb-adf40b2e16832f7382ee79e498d43a70ad22e305.zip
fsf-binutils-gdb-adf40b2e16832f7382ee79e498d43a70ad22e305.tar.gz
fsf-binutils-gdb-adf40b2e16832f7382ee79e498d43a70ad22e305.tar.bz2
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 fa37cab..09916fe 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 */