Changeset 4552 for trunk/Ohana/src/opihi/pantasks/controller.c
- Timestamp:
- Jul 14, 2005, 8:18:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/controller.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller.c
r4539 r4552 1 1 # include "scheduler.h" 2 3 int controller_host PROTO((int, char **)); 4 int controller_status PROTO((int, char **)); 5 int controller_check PROTO((int, char **)); 2 6 3 7 static Command controller_cmds[] = { … … 34 38 35 39 for (i = 0; i < N; i++) { 36 if (!strcmp (controller_cmds[i].name, argv[1])) {40 if (!strcmp (controller_cmds[i].name, cmd)) { 37 41 return (controller_cmds[i].func); 38 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
