IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2007, 12:13:00 PM (19 years ago)
Author:
eugene
Message:

added flush jobs command

File:
1 edited

Legend:

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

    r13503 r13540  
    2323
    2424    task = job[0].task;
     25    // XXX we need to guarantee that the task exists
     26    // if we delete a task, we need to keep a copy until all task jobs are
     27    // removed
    2528
    2629    /* check poll period (ready to ask for status?) */
     
    140143        UpdateTaskTimerStats (task, TIMER_ALLJOBS, job[0].dtime);
    141144
    142         task[0].Npending --;
    143145        DeleteJob (job);
    144146        continue;
Note: See TracChangeset for help on using the changeset viewer.