Ignore:
Timestamp:
Aug 6, 2009, 2:32:48 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/onehop/OneHop.cpp

    r5624 r5743  
    154154        } else {
    155155                bootstrapLinks.push_back(
    156                                 baseoverlay.establishLink( bootstrapEp,
     156                                baseoverlay.establishDirectLink( bootstrapEp,
    157157                                        OverlayInterface::OVERLAY_SERVICE_ID )
    158158                                        );
     
    314314
    315315                        logging_debug( "building up link to node in overlay " << node.toString() );
    316                         const LinkID link = baseoverlay.establishLink( *((*i).second),
     316                        const LinkID link = baseoverlay.establishDirectLink( *((*i).second),
    317317                                                        OverlayInterface::OVERLAY_SERVICE_ID );
    318318
Note: See TracChangeset for help on using the changeset viewer.