- Timestamp:
- Jul 3, 2008, 10:26:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080421/Ohana/src/opihi/pantasks/controller.c
r16463 r18424 5 5 int controller_status PROTO((int, char **)); 6 6 int controller_jobstack PROTO((int, char **)); 7 int controller_verbose PROTO((int, char **)); 7 8 int controller_run PROTO((int, char **)); 8 9 int controller_stop PROTO((int, char **)); … … 19 20 {1, "status", controller_status, "check controller status"}, 20 21 {1, "jobstack", controller_jobstack, "check controller status"}, 22 {1, "verbose", controller_verbose, "set controller verbosity"}, 21 23 {1, "output", controller_output, "print controller output"}, 22 24 {1, "pulse", controller_pulse, "set controller pulse"},
Note:
See TracChangeset
for help on using the changeset viewer.
