IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2005, 7:51:09 AM (21 years ago)
Author:
eugene
Message:

added test of exit/crash job stacks

File:
1 edited

Legend:

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

    r4689 r4706  
    11# include "pcontrol.h"
    22
     3int check       PROTO((int, char **));
     4int delete      PROTO((int, char **));
     5int host        PROTO((int, char **));
     6int job         PROTO((int, char **));
     7int jobstack    PROTO((int, char **));
    38int kill_pc     PROTO((int, char **));
    4 int delete      PROTO((int, char **));
    5 int job         PROTO((int, char **));
    6 int host        PROTO((int, char **));
    7 int check       PROTO((int, char **));
    89int status      PROTO((int, char **));
     10int stderr_pc   PROTO((int, char **));
     11int stdout_pc   PROTO((int, char **));
    912int verbose     PROTO((int, char **));
    10 int stdout_pc   PROTO((int, char **));
    11 int stderr_pc   PROTO((int, char **));
    1213
    1314static Command cmds[] = { 
     15  {"check",     check,     "get job or host status"},
     16  {"delete",    delete,    "delete job"},
     17  {"host",      host,      "add / delete / modify host"},
     18  {"job",       job,       "add job"},
     19  {"jobstack",  jobstack,  "list jobs for a single stack"},
    1420  {"kill",      kill_pc,   "kill job"},
    15   {"delete",    delete,    "delete job"},
    16   {"job",       job,       "add job"},
    17   {"host",      host,      "add / delete / modify host"},
    18   {"check",     check,     "get job or host status"},
    1921  {"status",    status,    "get system status"},
     22  {"stderr",    stderr_pc, "get stderr buffer for job"},
    2023  {"stdout",    stdout_pc, "get stdout buffer for job"},
    21   {"stderr",    stderr_pc, "get stderr buffer for job"},
    2224  {"verbose",   verbose,   "set the verbose mode for job"},
    2325};
Note: See TracChangeset for help on using the changeset viewer.