1 /* BEGIN INCLUDE FILE net_mailer_com_seg.incl.pl1 */ 2 3 /* Last modified by Ken Pogran, 12/8/76 4 */ 5 6 declare com_ptr pointer; 7 8 declare 1 net_mailer_com_seg aligned based (com_ptr), 9 2 mailer_event_channel fixed bin (71), 10 2 net_mailer_process_id bit (36) aligned, 11 2 number_of_initializations fixed bin, 12 2 last_initialization_time fixed bin (71), 13 2 log_severity fixed bin, 14 2 daemon_process bit (1); 15 16 /* END INCLUDE FILE net_mailer_com_seg.incl.pl1 */