Changeset 3211 for trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
- Timestamp:
- Feb 13, 2005, 6:49:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r3203 r3211 13 13 job = (Job *) stack[0].object[i]; 14 14 if (job[0].mode != PCONTROL_JOB_NEEDHOST) continue; 15 if (job[0].hostname == NULL) continue; 15 16 if (strcasecmp (job[0].hostname, host[0].hostname)) continue; 16 17 LinkJobAndHost (job, host); … … 23 24 job = (Job *) stack[0].object[i]; 24 25 if (job[0].mode != PCONTROL_JOB_WANTHOST) continue; 26 if (job[0].hostname == NULL) continue; 25 27 if (strcasecmp (job[0].hostname, host[0].hostname)) continue; 26 28 LinkJobAndHost (job, host); … … 33 35 job = (Job *) stack[0].object[i]; 34 36 if (job[0].mode != PCONTROL_JOB_ANYHOST) continue; 35 if (strcasecmp (job[0].hostname, host[0].hostname)) continue;36 37 LinkJobAndHost (job, host); 37 38 StartJob (job);
Note:
See TracChangeset
for help on using the changeset viewer.
