IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2005, 8:18:09 AM (21 years ago)
Author:
eugene
Message:

updating user commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/controller.c

    r4539 r4552  
    11# include "scheduler.h"
     2
     3int controller_host    PROTO((int, char **));
     4int controller_status  PROTO((int, char **));
     5int controller_check   PROTO((int, char **));
    26
    37static Command controller_cmds[] = {
     
    3438
    3539  for (i = 0; i < N; i++) {
    36     if (!strcmp (controller_cmds[i].name, argv[1])) {
     40    if (!strcmp (controller_cmds[i].name, cmd)) {
    3741      return (controller_cmds[i].func);
    3842    }
Note: See TracChangeset for help on using the changeset viewer.