import gdb-1999-07-19 snapshot
[platform/upstream/binutils.git] / gdb / serial.h
index fa37cab..09916fe 100644 (file)
@@ -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 */