Changeset 33583
- Timestamp:
- Mar 21, 2012, 1:18:03 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo
- Files:
-
- 3 edited
-
avextract.c (modified) (1 diff)
-
avmatch.c (modified) (1 diff)
-
mextract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avextract.c
r33563 r33583 137 137 138 138 // does this host ID match the desired location for the table? 139 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;139 if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue; 140 140 141 141 /* lock, load, unlock catalog */ -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avmatch.c
r33569 r33583 162 162 163 163 // does this host ID match the desired location for the table? 164 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;164 if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue; 165 165 166 166 /* lock, load, unlock catalog */ -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/mextract.c
r33563 r33583 148 148 149 149 // does this host ID match the desired location for the table? 150 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;150 if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue; 151 151 152 152 /* lock, load, unlock catalog */
Note:
See TracChangeset
for help on using the changeset viewer.
