Changeset 4705 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Aug 3, 2005, 5:50:08 PM (21 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
r4693 r4705 11 11 int run PROTO((int, char **)); 12 12 int stop PROTO((int, char **)); 13 int pulse PROTO((int, char **)); 13 14 int status_sys PROTO((int, char **)); 14 15 int kill_job PROTO((int, char **)); … … 28 29 {"run", run, "run the scheduler"}, 29 30 {"stop", stop, "stop the scheduler"}, 31 {"pulse", pulse, "set the scheduler update period"}, 30 32 {"status", status_sys, "get system status"}, 31 33 {"kill", kill_job, "kill job"},
Note:
See TracChangeset
for help on using the changeset viewer.
