Changeset 11084 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Jan 12, 2007, 4:26:31 PM (20 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
r10997 r11084 15 15 int run PROTO((int, char **)); 16 16 int stop PROTO((int, char **)); 17 int halt PROTO((int, char **)); 17 18 int pulse PROTO((int, char **)); 18 19 int status_sys PROTO((int, char **)); … … 38 39 {"stderr", task_stderr, "define a file for the job stderr dump"}, 39 40 {"run", run, "run the scheduler"}, 40 {"stop", stop, "stop the scheduler"}, 41 {"stop", stop, "stop the scheduler (continue job harvesting)"}, 42 {"halt", halt, "halt the scheduler (no job harvesting)"}, 41 43 {"pulse", pulse, "set the scheduler update period"}, 42 44 {"status", status_sys, "get system status"},
Note:
See TracChangeset
for help on using the changeset viewer.
