Changeset 5628 for source/ariba/overlay/modules/chord/Chord.cpp
- Timestamp:
- Aug 3, 2009, 4:43:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5624 r5628 376 376 } 377 377 } 378 delete dmsg; 378 379 break; 379 380 } … … 393 394 394 395 void Chord::eventFunction() { 396 pending.clear(); 395 397 stabilize_counter++; 396 if (stabilize_counter == 3) { 397 pending.clear(); 398 if (stabilize_counter == 2) { 398 399 size_t numNeighbors = 0; 399 400 for (size_t i = 0; i < table->size(); i++) {
Note:
See TracChangeset
for help on using the changeset viewer.