
{  Define the IJL queue list entry that contains the heads of the chains
{  that run through the IJL table.

  TYPE
    jst$ijl_swap_queue_list_entry = record
      backward_link: jmt$ijl_ordinal,
      forward_link: jmt$ijl_ordinal,
      count: 0 .. jmc$max_ijl_entries,
    recend,

{  Define the IJL swap queue list.

    jst$ijl_swap_queue_list = array [jst$ijl_swap_queue_id] of jst$ijl_swap_queue_list_entry;

*copyc jmt$ijl_ordinal
*copyc jst$ijl_swap_queue_link
