Changeset 11324 for trunk/Ohana/src/opihi/pantasks/CheckTasks.c
- Timestamp:
- Jan 26, 2007, 1:40:50 PM (19 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
r11317 r11324 25 25 } 26 26 if (task[0].NpendingMax && (task[0].Npending >= task[0].NpendingMax)) { 27 gettimeofday (&task[0].last, (void *) NULL); 28 continue; 29 } 30 31 /* check if there are errors with this task */ 32 if (!ValidateTask (task, TRUE)) { 27 fprintf (stderr, "npending: %d, max npending: %d\n", task[0].Npending, task[0].NpendingMax); 33 28 gettimeofday (&task[0].last, (void *) NULL); 34 29 continue; … … 42 37 continue; 43 38 } 39 } 40 41 /* check if there are errors with this task */ 42 if (!ValidateTask (task, TRUE)) { 43 gettimeofday (&task[0].last, (void *) NULL); 44 continue; 44 45 } 45 46
Note:
See TracChangeset
for help on using the changeset viewer.
