Changeset 4573 for trunk/Ohana/src/opihi/pantasks/controller.c
- Timestamp:
- Jul 16, 2005, 6:01:28 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/controller.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller.c
r4552 r4573 4 4 int controller_status PROTO((int, char **)); 5 5 int controller_check PROTO((int, char **)); 6 int controller_output PROTO((int, char **)); 6 7 7 8 static Command controller_cmds[] = { 8 9 {"host", controller_host, "define host for controller"}, 10 {"check", controller_check, "check controller host/job"}, 9 11 {"status", controller_status, "check controller status"}, 10 {" check", controller_check, "check controller host/job"},12 {"output", controller_output, "print controller output"}, 11 13 }; 12 14
Note:
See TracChangeset
for help on using the changeset viewer.
