Changeset 4706 for trunk/Ohana/src/opihi/pantasks/CheckSystem.c
- Timestamp:
- Aug 4, 2005, 7:51:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/CheckSystem.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckSystem.c
r4693 r4706 3 3 int CheckSystem () { 4 4 5 /* need to make a timeout: if this process lasts too long, 6 we should return so the user can get input in. this cannot 7 just be a return, because we need to hit each of the elements 8 eventually 9 */ 10 5 11 CheckTasks (); 6 12 CheckJobs (); 13 CheckController (); 7 14 CheckControllerOutput (); 8 15 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
