Ignore:
Timestamp:
Aug 3, 2009, 4:43:36 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5624 r5628  
    376376                }
    377377                }
     378                delete dmsg;
    378379                break;
    379380        }
     
    393394
    394395void Chord::eventFunction() {
     396        pending.clear();
    395397        stabilize_counter++;
    396         if (stabilize_counter == 3) {
    397                 pending.clear();
     398        if (stabilize_counter == 2) {
    398399                size_t numNeighbors = 0;
    399400                for (size_t i = 0; i < table->size(); i++) {
Note: See TracChangeset for help on using the changeset viewer.