Changeset 12467 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Mar 15, 2007, 3:55:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/init.c
r11317 r12467 18 18 int halt PROTO((int, char **)); 19 19 int pulse PROTO((int, char **)); 20 int showtask PROTO((int, char **)); 20 21 int status_sys PROTO((int, char **)); 21 22 int kill_job PROTO((int, char **)); … … 44 45 {"halt", halt, "halt the scheduler (no job harvesting)"}, 45 46 {"pulse", pulse, "set the scheduler update period"}, 46 {"status", status_sys, "get system status"}, 47 {"showtask", showtask, "list a task"}, 48 {"status", status_sys, "get system or task status"}, 47 49 {"kill", kill_job, "kill job"}, 48 50 {"delete", delete_job, "delete job"},
Note:
See TracChangeset
for help on using the changeset viewer.
