Changeset 11084 for trunk/Ohana/src/opihi/pantasks/status.c
- Timestamp:
- Jan 12, 2007, 4:26:31 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
r7960 r11084 4 4 5 5 gprint (GP_LOG, "\n"); 6 if (rl_event_hook == NULL) { 7 gprint (GP_LOG, " Scheduler is stopped\n"); 6 7 // if (rl_event_hook == NULL) { 8 9 if (CheckTasksGetState()) { 10 gprint (GP_LOG, " Scheduler is running\n"); 8 11 } else { 9 gprint (GP_LOG, " Scheduler is running\n"); 12 if (CheckJobsGetState()) { 13 gprint (GP_LOG, " Scheduler is stopped, harvesting jobs\n"); 14 } else { 15 gprint (GP_LOG, " Scheduler is running\n"); 16 } 10 17 } 11 18 if (CheckControllerStatus()) {
Note:
See TracChangeset
for help on using the changeset viewer.
