IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2006, 8:55:12 AM (20 years ago)
Author:
eugene
Message:

added run level

File:
1 edited

Legend:

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

    r8424 r10693  
    1010int status      PROTO((int, char **));
    1111int run         PROTO((int, char **));
    12 int stop        PROTO((int, char **));
    1312int stderr_pc   PROTO((int, char **));
    1413int stdout_pc   PROTO((int, char **));
    1514int verbose     PROTO((int, char **));
    16 int version         PROTO((int, char **));
     15int version     PROTO((int, char **));
    1716
    1817// pulse is only available in the un-threaded version
     
    2322  {"hoststack", hoststack, "list hosts for a single stack"},
    2423  {"status",    status,    "get system status"},
    25   {"stop",      stop,      "stop controller processing"},
    26   {"run",       run,       "start controller processing"},
     24  {"stop",      run,       "stop controller processing"},
     25  {"run",       run,       "set controller runlevel"},
    2726  {"verbose",   verbose,   "set the verbose mode for job"},
    2827  {"version",   version,   "show version information"},
Note: See TracChangeset for help on using the changeset viewer.