Changeset 7952 for trunk/Ohana/src/opihi/pantasks/status.c
- Timestamp:
- Jul 23, 2006, 3:05:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/status.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/status.c
r7917 r7952 9 9 gprint (GP_LOG, " Scheduler is running\n"); 10 10 } 11 if (CheckControllerStatus ()) { 11 if (CheckControllerStatus()) { 12 gprint (GP_LOG, " Controller is running\n"); 13 } else { 14 gprint (GP_LOG, " Controller is stopped\n"); 15 } 16 if (CheckTasksGetState()) { 17 gprint (GP_LOG, " Scheduler is running\n"); 18 } else { 19 gprint (GP_LOG, " Scheduler is stopped\n"); 20 } 21 if (CheckControllerGetState()) { 12 22 gprint (GP_LOG, " Controller is running\n"); 13 23 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
