import gdb-1999-07-19 snapshot
[deliverable/binutils-gdb.git] / gdb / serial.h
index fa37cab9de8139b855b2f604e6f0b038d363eccd..09916fe8387337d61093f8be96828492e14717bc 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 */
This page took 0.036202 seconds and 4 git commands to generate.