Changeset 4705 for trunk/Ohana/src/opihi/pantasks/status.c
- Timestamp:
- Aug 3, 2005, 5:50:08 PM (21 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
r4693 r4705 3 3 int status_sys (int argc, char **argv) { 4 4 5 fprintf (stderr, "\n"); 5 6 if (rl_event_hook == NULL) { 6 fprintf (stderr, " scheduler is stopped\n");7 fprintf (stderr, " Scheduler is stopped\n"); 7 8 } else { 8 fprintf (stderr, "scheduler is running\n"); 9 fprintf (stderr, " Scheduler is running\n"); 10 } 11 if (CheckControllerStatus ()) { 12 fprintf (stderr, " Controller is running\n"); 13 } else { 14 fprintf (stderr, " Controller is stopped\n"); 9 15 } 10 16 ListTasks (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
