IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 10:37:19 AM (17 years ago)
Author:
eugene
Message:

report pending / process time with status; cycle over all hosts for each of NEED, WANT, ANY, OLDWANT; wait up to 10 sec for WANT before giving up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/JobOps.c

    r20047 r21379  
    231231  PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
    232232
     233  // until the job is launched, we use 'start' to time how long the job is waiting on the queue
     234  gettimeofday (&job[0].start, (void *) NULL);
     235
    233236  if (VerboseMode()) gprint (GP_ERR, "added new job\n");
    234237  return (JobID);
Note: See TracChangeset for help on using the changeset viewer.