
{ Do not change ordinal values 0 thru 10.  They are checked by DVS.  Put in a filler if they are no
{ longer used; add new status to the end.  Modify mmk$monitor_mode_keypoints and the comment at
{ the beginning of mmp$page_pull in mmm$page_fault processor if any changes are made.

  TYPE
    mmt$page_pull_status = (ps_done, ps_found_in_avail, ps_found_in_avail_modified, ps_valid_in_pt,
      ps_no_memory, ps_low_on_memory, ps_locked, ps_found_on_disk, ps_pt_full, ps_io_temp_reject,
      ps_new_page_assigned, ps_beyond_file_limit, ps_read_beyond_eoi, ps_no_extend_permission,
      ps_volume_unavailable, ps_found_on_server, ps_allocate_required_on_server, ps_server_terminated,
      ps_job_work_required, ps_runaway_write);
