1 /* BEGIN INCLUDE FILE ... quit_info.incl.pl1 ... */ 2 3 /* The include file condition_info_header must be used with this file. */ 4 5 declare quit_info_ptr pointer; 6 declare 1 quit_info aligned based (quit_info_ptr), 7 2 header aligned like condition_info_header, 8 2 switches aligned, 9 3 reset_write bit (1) unaligned, 10 3 ips_quit bit (1) unaligned, 11 3 reconnection_quit bit (1) unaligned, 12 3 pad bit (33); 13 14 /* END INCLUDE FILE ... quit_info.incl.pl1 ... */