Changeset 10694 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Dec 13, 2006, 8:55:19 AM (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
r9037 r10694 5 5 int task_host PROTO((int, char **)); 6 6 int task_nmax PROTO((int, char **)); 7 int task_active PROTO((int, char **)); 7 8 int task_trange PROTO((int, char **)); 8 9 int task_macros PROTO((int, char **)); … … 26 27 {"host", task_host, "define host machine for a task"}, 27 28 {"nmax", task_nmax, "define maximum number of jobs for a task"}, 29 {"active", task_active, "define maximum number of jobs for a task"}, 28 30 {"trange", task_trange, "define valid/invalid time periods for a task"}, 29 31 {"task.exit", task_macros, "define exit macros for a task"},
Note:
See TracChangeset
for help on using the changeset viewer.
