Changeset 7917 for trunk/Ohana/src/opihi/pantasks/status.c
- Timestamp:
- Jul 16, 2006, 10:58:49 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
r6687 r7917 3 3 int status_sys (int argc, char **argv) { 4 4 5 fprintf (stderr, "\n");5 gprint (GP_LOG, "\n"); 6 6 if (rl_event_hook == NULL) { 7 fprintf (stderr, " Scheduler is stopped\n");7 gprint (GP_LOG, " Scheduler is stopped\n"); 8 8 } else { 9 fprintf (stderr, " Scheduler is running\n");9 gprint (GP_LOG, " Scheduler is running\n"); 10 10 } 11 11 if (CheckControllerStatus ()) { 12 fprintf (stderr, " Controller is running\n");12 gprint (GP_LOG, " Controller is running\n"); 13 13 } else { 14 fprintf (stderr, " Controller is stopped\n");14 gprint (GP_LOG, " Controller is stopped\n"); 15 15 } 16 16 ListTasks (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
