Changeset 22675
- Timestamp:
- Feb 25, 2009, 11:36:31 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r21379 r22675 95 95 gettimeofday (&now, (void *) NULL); 96 96 dtime = DTIME (now, job[0].start); 97 if (dtime >10.0) continue;97 if (dtime < 10.0) continue; 98 98 99 99 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.
