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/avextract.c

    r33314 r33520  
    143143  interrupt = FALSE;
    144144  for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) {
    145     // parallel case, wrong client
    146     if (HOST_ID && (HOST_ID != skylist[0].regions[i]->hostID)) continue;
     145
     146    // does this host ID match the desired location for the table?
     147    if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;
    147148
    148149    /* lock, load, unlock catalog */
Note: See TracChangeset for help on using the changeset viewer.