Changeset 6938 for source/ariba/overlay
- Timestamp:
- Nov 17, 2009, 11:50:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6919 r6938 1143 1143 BOOST_FOREACH(const LinkDescriptor* ld, links){ 1144 1144 if(ld->remoteNode != node) continue; 1145 if(!ld->communicationUp) continue; 1145 1146 const EndpointDescriptor& ep = 1146 1147 bc->getEndpointDescriptor(ld->communicationId); 1147 1148 if(ep.toString() == "") continue; 1148 if(ep != EndpointDescriptor::UNSPECIFIED()) return ep; 1149 if(ep != EndpointDescriptor::UNSPECIFIED()) { 1150 logging_info("getEndpointDescriptor: using " << ld->to_string()); 1151 return ep; 1152 } 1149 1153 } 1150 1154
Note:
See TracChangeset
for help on using the changeset viewer.