Ignore:
Timestamp:
Jul 9, 2009, 1:50:37 PM (15 years ago)
Author:
Christoph Mayer
Message:

einige avahi fixes und ablauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.cpp

    r4762 r4836  
    112112                        " with nodeid " << nodeId.toString());
    113113
     114        spovnetId = id;
     115        state = BaseOverlayStateJoinInitiated;
     116
     117
     118        //
     119        // start bootstrapping for spovnetid
     120        //
     121
     122        overlayBootstrap.start( this, spovnetId, nodeId );
     123        overlayBootstrap.publish( bc->getEndpointDescriptor() );
     124
    114125        //
    115126        // contact the spovnet initiator and request
     
    120131        // but first, we have to establish a link to the initiator...
    121132        //
    122 
    123         spovnetId = id;
    124         state = BaseOverlayStateJoinInitiated;
    125133
    126134        initiatorLink = bc->establishLink( bootstrapEp );
Note: See TracChangeset for help on using the changeset viewer.