1 /* begin heals_state.incl.pl1 */
 2 /* Produced March 1976 by A. Downing. */
 3 
 4 dcl 1 heals_state aligned based (heals_state_p),
 5     2 last_message_time fixed bin (71),
 6     2 last_message_seq_num fixed bin (35),
 7     2 busy bit (36) aligned;
 8 dcl  heals_state_p ptr;
 9 dcl  heals_log_info$ ext static fixed bin (35) aligned dim (64000);
10                                                             /* end heals_state.incl.pl1 */