Changeset 39388
- Timestamp:
- Feb 24, 2016, 10:58:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/launch_region_hosts.c
r39225 r39388 204 204 int HarvestRegionHosts (RegionHostTable *regionHosts) { 205 205 206 int i; 206 207 int status = TRUE; 207 208 … … 211 212 } else { 212 213 status = RegionHostTableWaitJobsGetIO (regionHosts, __FILE__, __LINE__, VERBOSE); 214 215 for (i = 0; i < regionHosts->Nhosts; i++) { 216 status = status && (regionHosts->hosts[i].status == 0); 217 } 213 218 } 214 219 return status;
Note:
See TracChangeset
for help on using the changeset viewer.
