Changeset 4836 for source/ariba/overlay/BaseOverlay.cpp
- Timestamp:
- Jul 9, 2009, 1:50:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r4762 r4836 112 112 " with nodeid " << nodeId.toString()); 113 113 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 114 125 // 115 126 // contact the spovnet initiator and request … … 120 131 // but first, we have to establish a link to the initiator... 121 132 // 122 123 spovnetId = id;124 state = BaseOverlayStateJoinInitiated;125 133 126 134 initiatorLink = bc->establishLink( bootstrapEp );
Note:
See TracChangeset
for help on using the changeset viewer.