···121121 /* Calculate the next start time */
122122 CalculateNextStartTime(pJob);
123123124124- /* Insert the job into the start list */
125125- InsertJobIntoStartList(&StartListHead, pJob);
126124#if 0
127125 DumpStartList(&StartListHead);
128126#endif
···169167170168 if ((CurrentJob->JobId >= MinJobId) && (CurrentJob->JobId <= MaxJobId))
171169 {
172172- /* Remove the job from the start list */
173173- RemoveEntryList(&CurrentJob->StartEntry);
174170#if 0
175171 DumpStartList(&StartListHead);
176172#endif