summaryrefslogtreecommitdiff
path: root/gdb/serial.h
diff options
context:
space:
mode:
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 */