Changeset 8129 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Aug 4, 2006, 2:19:21 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
r7960 r8129 8 8 int task_macros PROTO((int, char **)); 9 9 int task_command PROTO((int, char **)); 10 int task_options PROTO((int, char **)); 10 11 int task_periods PROTO((int, char **)); 11 12 int run PROTO((int, char **)); … … 27 28 {"task.exec", task_macros, "define pre-exec macro for a task"}, 28 29 {"command", task_command, "define executed command for a task"}, 30 {"options", task_options, "define optional variables associated with the job task"}, 29 31 {"periods", task_periods, "define time scales for a task"}, 30 32 {"run", run, "run the scheduler"},
Note:
See TracChangeset
for help on using the changeset viewer.
