1 /* Begin the include file, tc_disconnect_info.incl.pl1 */
 2 
 3 
 4 
 5 /****^  HISTORY COMMENTS:
 6   1) change(86-12-17,LJAdams), approve(86-12-17,MCR7485),
 7      audit(86-12-19,Margolin), install(87-01-06,MR12.0-1255):
 8      Modified to support MOWSE.
 9   2) change(86-12-17,LJAdams), approve(86-12-17,MCR7584),
10      audit(86-12-19,Margolin), install(87-01-06,MR12.0-1255):
11      Modified to support DSA.
12                                                    END HISTORY COMMENTS */
13 
14 
15 /* format: style2,linecom,^indnoniterdo,indcomtxt,^inditerdo,dclind5,idind25 */
16      declare tcdi_ptr                 pointer;
17      declare 1 tc_disconnect_info     aligned based (tcdi_ptr),
18                2 header               aligned like condition_info_header,
19                2 tc_data_ptr          pointer,
20                2 devx                 fixed bin,      /*MCS network*/
21                2 tty_handle           fixed bin (35), /*DSA network*/
22                2 mowse_terminal_iocb_ptr ptr;         /*MOWSE network*/
23 
24 
25      declare terminal_control_disconnection_
26                                       condition;
27 
28 /* End of the include file tc_disconnect_info.incl.pl1 */