Changeset 9037 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Sep 28, 2006, 2:13:41 PM (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
r8129 r9037 10 10 int task_options PROTO((int, char **)); 11 11 int task_periods PROTO((int, char **)); 12 int task_stdout PROTO((int, char **)); 13 int task_stderr PROTO((int, char **)); 12 14 int run PROTO((int, char **)); 13 15 int stop PROTO((int, char **)); … … 30 32 {"options", task_options, "define optional variables associated with the job task"}, 31 33 {"periods", task_periods, "define time scales for a task"}, 34 {"stdout", task_stdout, "define a file for the job stdout dump"}, 35 {"stderr", task_stderr, "define a file for the job stderr dump"}, 32 36 {"run", run, "run the scheduler"}, 33 37 {"stop", stop, "stop the scheduler"},
Note:
See TracChangeset
for help on using the changeset viewer.
