
{ There is an attached pf table for each job.  There is an attached pf table
{ entry for each instance of the attach.  Thus, if a permanent file is
{ attached twice within the same job, it will have two seperate entries.  The
{ attached pf table entry deals with a particular cycle of a permanent file.
{ The index into the attached pf table is the APFID
{ (pft$attached_permanent_file_id).

  TYPE
    pft$p_attached_pf_table = record
      lowest_possible_free_entry: 0 .. 0ffff(16),
      table_p: ^pft$attached_pf_table,
    recend;

*copyc pft$attached_pf_table
