{Define list of special work that must be done to a job environment when
{the job is next swapped in.
{
{ 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$delayed_swapin_work = SET OF (jmc$dsw_job_recovery, jmc$dsw_update_debug_lists,
        jmc$dsw_update_keypoint_masks, jmc$dsw_job_asid_changed, jmc$dsw_job_shared_asid_changed,
        jmc$dsw_update_job_task_enviro, jmc$dsw_recovery_swap_io_error, jmc$dsw_update_server_files,
        jmc$dsw_adjust_cpu_selections, jmc$dsw_io_error_while_swapped, jmc$dsw_unused_10, jmc$dsw_unused_11,
        jmc$dsw_unused_12, jmc$dsw_unused_13, jmc$dsw_unused_14, jmc$dsw_unused_15);

   TYPE
    jmt$delayed_swapin_work_record = record
      delayed_swapin_work: jmt$delayed_swapin_work,
      { The inhibit_access_work and terminate_access_work are only used when
      { update server files is include in the set.
      inhibit_access_work: dft$mainframe_set,
      terminate_access_work: dft$mainframe_set,
    recend;

*copyc dft$mainframe_set
