- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/pantasks/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/pantasks/init.c
r23530 r33415 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.
