
  TYPE
    oft$system_line_info = RECORD
      initialized: boolean,
      last_nostime: integer,
      last_clocktime: integer,
      last_idletime,
      last_io_idletime: ARRAY [0..(osc$max_number_of_processors - 1)] of integer,
      idle_count: ARRAY [0 .. (osc$max_number_of_processors - 1)] of 0 .. osc$max_idle_count,
    RECEND;

*copyc ost$cpu_idle_statistics
*copyc osc$multiprocessor_constants
