Changeset 4602 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Jul 23, 2005, 9:13:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/init.c
r4552 r4602 4 4 int task PROTO((int, char **)); 5 5 int task_host PROTO((int, char **)); 6 int task_trange PROTO((int, char **)); 6 7 int task_macros PROTO((int, char **)); 7 8 int task_command PROTO((int, char **)); … … 12 13 int kill_job PROTO((int, char **)); 13 14 int delete_job PROTO((int, char **)); 15 int verbose PROTO((int, char **)); 14 16 15 17 static Command cmds[] = { … … 17 19 {"task", task, "define a schedulable task"}, 18 20 {"host", task_host, "define host machine for a task"}, 21 {"trange", task_trange, "define valid/invalid time periods for a task"}, 19 22 {"task.exit", task_macros, "define exit macros for a task"}, 20 23 {"task.exec", task_macros, "define pre-exec macro for a task"}, … … 26 29 {"kill", kill_job, "kill job"}, 27 30 {"delete", delete_job, "delete job"}, 31 {"verbose", verbose, "set/toggle verbose mode"}, 28 32 }; 29 33
Note:
See TracChangeset
for help on using the changeset viewer.
