1 /* Begin include file bce_subsystem_info_.incl.pl1 BIM 11/82 */
 2 
 3 /* format: style3 */
 4 
 5 /* Deleted unused items, Keith Loepere, 5/84 */
 6 
 7 
 8 /****^  HISTORY COMMENTS:
 9   1) change(86-04-22,Farley), approve(86-07-18,MCR7439),
10      audit(86-10-08,Fawcett), install(86-10-20,MR12.0-1189):
11      Added request_handling_opr_aborts flag for save/restore.
12                                                    END HISTORY COMMENTS */
13 
14 declare   ss_info_ptr         pointer;
15 declare   1 ss_info           aligned based (ss_info_ptr),
16             2 request_table_ptr
17                               pointer,
18             2 abort_label     label,
19             2 name            char (32) unaligned,
20             2 arg_list_ptr    pointer,
21             2 info_ptr        pointer,
22             2 flags           aligned,
23               3 forbid_semicolons bit (1) unaligned,
24               3 request_handling_opr_aborts bit (1) unaligned;
25 
26 /* End include file bce_subsystem_info_ */