
{ This variable is used by swapper to determine if a swapped job should be left
{ in the long wait queue, or if the job should be swapped to disk.  The array is
{ indexed by dispatching priority.  Each array element holds the number of pages
{ needed by scheduler to activate all swapin candidates of equal and higher
{ dispatching priorities.

  VAR
    jmv$long_wait_swap_threshold: [XREF] jmt$long_wait_swap_threshold;

?? PUSH (LISTEXT := ON) ??
*copyc jmt$long_wait_swap_threshold
?? POP ??
