{Define statistics record that is kept in the IJL.
{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{

  TYPE
    jmt$ijl_statistics = record
      cp_time: ost$cp_time,
      paging_statistics: ost$paging_statistics,
      perm_file_space: sft$counter,
      temp_file_space: sft$counter,
      ready_task_count: 0 .. 0ffff(16),
      tasks_not_in_long_wait: 0 .. 0ffff(16),
    recend;

*copyc OST$CP_TIME
*copyc OST$PAGING_STATISTICS
*copyc sft$counter
