dsl 11d35f72b2 Replace the two lists 'job_list' (previously 'jobs') and 'stoppedJobs'
with a table that is malloced with 'maxJobs' entries.
Add a 'job_state' field to the Job type that exactly follows which of
the old lists the job was on (or not).
Change all the code that scanned the lists to scan the array.
No logic changes in this commit.
(Soon we'll no longer need to lock out signals for the changes to job
statuses that are done from signal handlers now that there is no linked list.)
2006-09-22 19:07:09 +00:00
..
2006-08-26 22:19:03 +00:00
2006-08-29 16:54:03 +00:00
2006-08-26 22:19:03 +00:00
2006-08-26 18:17:41 +00:00
2006-08-26 18:17:41 +00:00