Changeset 5615 for source/ariba
- Timestamp:
- Aug 3, 2009, 12:44:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5614 r5615 367 367 ld->remoteLocator = remote->clone(); 368 368 ld->remoteEndpoint = msg->getLocalDescriptor(); 369 add_endpoint(ld); 369 370 370 371 // add layer 1-3 addresses … … 430 431 ); 431 432 ld.up = true; 433 add_endpoint(ld); 432 434 433 435 logging_debug( "Link is now up with local id " … … 512 514 /// add a newly allocated link to the set of links 513 515 void BaseCommunication::addLink( LinkDescriptor* link ) { 514 add_endpoint(link->remoteLocator);515 516 linkSet.push_back( link ); 516 517 }
Note:
See TracChangeset
for help on using the changeset viewer.