1
0
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:
Mark Pizzolato
2013-04-17 06:14:42 -07:00
parent c600ae02cb
commit ed7f3be258
2 changed files with 16 additions and 5 deletions

View File

@@ -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);