Changeset 3067 for source/ariba/communication
- Timestamp:
- Apr 24, 2009, 10:04:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r3037 r3067 457 457 logging_debug( "the link is now up with local link id " << spovmsg->getRemoteLink().toString() ); 458 458 459 // notify the baseoverlay that the link is up, so 460 // it can exchange nodeids over this link. then we 461 // can send the queued messages, as both nodes have 462 // to know their nodeids first 463 459 464 BOOST_FOREACH( CommunicationEvents* i, eventListener ){ 460 465 i->onLinkUp( linkDesc.localLink, linkDesc.localLocator, linkDesc.remoteLocator );
Note:
See TracChangeset
for help on using the changeset viewer.