IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 9:36:21 AM (20 years ago)
Author:
eugene
Message:

adding to queue options, psched handling

File:
1 edited

Legend:

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

    r4705 r6249  
    229229  /* init task timer (is reset by 'run') */ 
    230230  gettimeofday (&NewTask[0].last, (void *) NULL);
     231  NewTask[0].Nmax = 0;  /* default value means 'no limit' */
     232
    231233  NewTask[0].Njobs = 0;
    232   NewTask[0].Nmax = 0;  /* default value means 'no limit' */
    233 
     234  NewTask[0].Nsuccess = 0;
     235  NewTask[0].Nfailure = 0;
     236  NewTask[0].Ntimeout = 0;
    234237  return (NewTask);
    235238}
Note: See TracChangeset for help on using the changeset viewer.