IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2012, 6:53:52 AM (14 years ago)
Author:
eugene
Message:

use new test function HostTableTestHost to see if we are on the host supporting this table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/mextract.c

    r33480 r33520  
    159159
    160160  for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) {
    161     // parallel case, wrong client
    162     if (HOST_ID && (HOST_ID != skylist[0].regions[i]->hostID)) continue;
     161
     162    // does this host ID match the desired location for the table?
     163    if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;
    163164
    164165    /* lock, load, unlock catalog */
Note: See TracChangeset for help on using the changeset viewer.