Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / gdb / serial.h
index 446b896345ff06ea7df1d24e529aae652212f7c2..8d67c4bf537a94e46d0dc2267baf0682d1980add 100644 (file)
@@ -240,6 +240,7 @@ struct serial
                                   buffer.  -ve for sticky errors.  */
     unsigned char *bufp;       /* Current byte */
     unsigned char buf[BUFSIZ]; /* Da buffer itself */
+    char *name;                        /* The name of the device or host */
     struct serial *next;       /* Pointer to the next `struct serial *' */
     int debug_p;               /* Trace this serial devices operation.  */
     int async_state;           /* Async internal state.  */
This page took 0.023394 seconds and 4 git commands to generate.