- Timestamp:
- Oct 28, 2011, 10:06:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/opihi/pantasks/init.c
r23530 r32585 4 4 int task PROTO((int, char **)); 5 5 int task_host PROTO((int, char **)); 6 int task_nice PROTO((int, char **)); 6 7 int task_nmax PROTO((int, char **)); 7 8 int task_npending PROTO((int, char **)); … … 33 34 {1, "halt", halt, "halt the scheduler (no job harvesting)"}, 34 35 {1, "host", task_host, "define host machine for a task"}, 36 {1, "nice", task_nice, "set nice priority level for a task"}, 35 37 {1, "ipptool2book", ipptool2book, "convert queue with ipptool output to book"}, 36 38 {1, "kill", kill_job, "kill job"},
Note:
See TracChangeset
for help on using the changeset viewer.
