IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2007, 3:55:07 PM (19 years ago)
Author:
eugene
Message:

adding controller jobstack command

File:
1 edited

Legend:

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

    r11317 r12467  
    1818int halt            PROTO((int, char **));
    1919int pulse           PROTO((int, char **));
     20int showtask       PROTO((int, char **));
    2021int status_sys      PROTO((int, char **));
    2122int kill_job        PROTO((int, char **));
     
    4445  {"halt",       halt,          "halt the scheduler (no job harvesting)"},
    4546  {"pulse",      pulse,         "set the scheduler update period"},
    46   {"status",     status_sys,    "get system status"},
     47  {"showtask",   showtask,      "list a task"},
     48  {"status",     status_sys,    "get system or task status"},
    4749  {"kill",       kill_job,      "kill job"},
    4850  {"delete",     delete_job,    "delete job"},
Note: See TracChangeset for help on using the changeset viewer.