Changeset 4602 for trunk/Ohana/src/opihi/pantasks/CheckTasks.c
- Timestamp:
- Jul 23, 2005, 9:13:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c
r4450 r4602 15 15 if (GetTaskTimer(task[0].last) < task[0].exec_period) continue; 16 16 17 /* need to check if the current time is within valid/invalid periods */ 18 if (!CheckTimeRanges (task[0].ranges, task[0].Nranges)) continue; 19 17 20 SetCurrentTask (task[0].name); 18 fprintf (stderr, "trying task %s\n", task[0].name);19 21 20 22 /* ready to run? : run task.exec macro */ … … 35 37 /* reset timer on task (don't do this if Create/Submit fails)*/ 36 38 gettimeofday (&task[0].last, (void *) NULL); 39 task[0].Njobs ++; 37 40 } 38 41 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
