IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 22675


Ignore:
Timestamp:
Feb 25, 2009, 11:36:31 AM (17 years ago)
Author:
eugene
Message:

got the sign wrong: wanthosts should wait only up to 10 sec

File:
1 edited

Legend:

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

    r21379 r22675  
    9595    gettimeofday (&now, (void *) NULL);
    9696    dtime = DTIME (now, job[0].start);
    97     if (dtime > 10.0) continue;
     97    if (dtime < 10.0) continue;
    9898
    9999    if (logfile) fprintf (logfile, "start wanthost(2) %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
Note: See TracChangeset for help on using the changeset viewer.