Changeset 4689 for trunk/Ohana/src/opihi/pantasks/controller.c
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/controller.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller.c
r4573 r4689 2 2 3 3 int controller_host PROTO((int, char **)); 4 int controller_exit PROTO((int, char **)); 4 5 int controller_status PROTO((int, char **)); 5 6 int controller_check PROTO((int, char **)); … … 7 8 8 9 static Command controller_cmds[] = { 10 {"exit", controller_exit, "shutdown controller"}, 9 11 {"host", controller_host, "define host for controller"}, 10 12 {"check", controller_check, "check controller host/job"}, … … 16 18 17 19 int status; 18 Function*func;20 CommandF *func; 19 21 20 22 if (argc < 2) { … … 33 35 } 34 36 35 Function*FindControllerCommand (char *cmd) {37 CommandF *FindControllerCommand (char *cmd) { 36 38 37 39 int i, N;
Note:
See TracChangeset
for help on using the changeset viewer.
