diff options
Diffstat (limited to 'gdb/serial.h')
-rw-r--r-- | gdb/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/serial.h b/gdb/serial.h index 187ed03..b164062 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -249,6 +249,7 @@ struct serial still need to wait for this many more seconds. */ 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. */ void *async_context; /* Async event thread's context */ |