IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added active state to tasks

File:
1 edited

Legend:

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

    r9037 r10694  
    55int task_host       PROTO((int, char **));
    66int task_nmax       PROTO((int, char **));
     7int task_active     PROTO((int, char **));
    78int task_trange     PROTO((int, char **));
    89int task_macros     PROTO((int, char **));
     
    2627  {"host",       task_host,    "define host machine for a task"},
    2728  {"nmax",       task_nmax,    "define maximum number of jobs for a task"},
     29  {"active",     task_active,  "define maximum number of jobs for a task"},
    2830  {"trange",     task_trange,  "define valid/invalid time periods for a task"},
    2931  {"task.exit",  task_macros,  "define exit macros for a task"},
Note: See TracChangeset for help on using the changeset viewer.