Changeset 32632 for trunk/Ohana/src/opihi/pantasks/init_server.c
- Timestamp:
- Nov 8, 2011, 2:54:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/init_server.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/init_server.c
r23530 r32632 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 **)); … … 34 35 {1, "delete", delete_job, "delete job"}, 35 36 {1, "host", task_host, "define host machine for a task"}, 37 {1, "nice", task_nice, "set nice priority level for a task"}, 36 38 {1, "ipptool2book", ipptool2book, "convert queue with ipptool output to book"}, 37 39 {1, "kill", kill_job, "kill job"},
Note:
See TracChangeset
for help on using the changeset viewer.
