
{ NOTE: If this record changes, be sure to make corresponding changes to the
{ ASSEMBLE record declaration for the interlock table "il_tbl".

  TYPE
    mtt$m_r_i_t_entry = RECORD
      flag: 0 .. 0ff(16),
      fill: 0 .. 0ff(16),
      locking_cpu: ^ost$cpu_state_table,
      recovery_info: integer,
    RECEND,

    mtt$request_interlock_table = ARRAY [0 .. mtc$maximum_il_table_index] of mtt$m_r_i_t_entry;

  CONST
    mtc$maximum_il_table_index = 5;

*copyc ost$cpu_state_table
