mirror of
https://github.com/open-simh/simh.git
synced 2026-04-27 04:37:02 +00:00
Added a tmxr_detach_ln routine.
The is to be used when a mux wants to dynamically change the number of lines it supports. It should explicitly detach an previously configured lines which won't exist after the change prior to changing the line count.
This commit is contained in:
@@ -152,6 +152,7 @@ struct tmxr {
|
||||
|
||||
int32 tmxr_poll_conn (TMXR *mp);
|
||||
t_stat tmxr_reset_ln (TMLN *lp);
|
||||
t_stat tmxr_detach_ln (TMLN *lp);
|
||||
int32 tmxr_getc_ln (TMLN *lp);
|
||||
void tmxr_poll_rx (TMXR *mp);
|
||||
t_stat tmxr_putc_ln (TMLN *lp, int32 chr);
|
||||
|
||||
Reference in New Issue
Block a user