IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 8:04:11 AM (21 years ago)
Author:
eugene
Message:

task/job list cleanup, fixing kill/delete

File:
1 edited

Legend:

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

    r4603 r4684  
    1919    if (task[0].Nmax && (task[0].Njobs >= task[0].Nmax)) continue;
    2020
    21     SetCurrentTask (task[0].name);
    22 
    2321    /* ready to run? : run task.exec macro */
    2422    if (task[0].exec != NULL) {
     
    2624      if (!status) continue;
    2725    }
    28 
    29     /* is task valid?  check state of task.(argc, argv) */
    30     /*** ADD CODE HERE ***/
    3126
    3227    /* construct job from task */
Note: See TracChangeset for help on using the changeset viewer.