IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2006, 4:51:50 PM (20 years ago)
Author:
eugene
Message:

working on threaded version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/init.c

    r4767 r8296  
    44int delete      PROTO((int, char **));
    55int host        PROTO((int, char **));
     6int hoststack   PROTO((int, char **));
    67int job         PROTO((int, char **));
    78int jobstack    PROTO((int, char **));
     
    1718
    1819static Command cmds[] = { 
    19   {"check",     check,     "get job or host status"},
    20   {"delete",    delete,    "delete job"},
    2120  {"host",      host,      "add / delete / modify host"},
    22   {"job",       job,       "add job"},
    23   {"jobstack",  jobstack,  "list jobs for a single stack"},
    24   {"kill",      kill_pc,   "kill job"},
    25   {"pulse",     pulse,     "set system pulse"},
     21  {"hoststack", hoststack, "list hosts for a single stack"},
    2622  {"status",    status,    "get system status"},
    2723  {"stop",      stop,      "stop controller processing"},
    2824  {"run",       run,       "start controller processing"},
     25  {"verbose",   verbose,   "set the verbose mode for job"},
     26  {"version",   version,   "show version information"},
     27  {"pulse",     pulse,     "set system pulse"},
     28  {"job",       job,       "add job"},
     29  {"jobstack",  jobstack,  "list jobs for a single stack"},
     30  {"check",     check,     "get job or host status"},
     31  {"delete",    delete,    "delete job"},
     32  {"kill",      kill_pc,   "kill job"},
    2933  {"stderr",    stderr_pc, "get stderr buffer for job"},
    3034  {"stdout",    stdout_pc, "get stdout buffer for job"},
    31   {"verbose",   verbose,   "set the verbose mode for job"},
    32   {"version",     version,      "show version information"},
    3335};
    3436
     
    4143  }
    4244
    43   /* temporary : put this elsewhere? */
     45  /* XXX temporary : put this elsewhere? */
    4446  InitJobStacks ();
    4547  InitHostStacks ();
    46 
    4748}
Note: See TracChangeset for help on using the changeset viewer.