Ignore:
Timestamp:
Aug 4, 2009, 12:48:59 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5646 r5647  
    194194                // all nodes that I know, fingers, succ/pred
    195195                for (size_t i = 0; i < table->size(); i++){
    196                         if ((*table)[i]->ref_count != 0
    197                                         && !(*table)[i]->info.isUnspecified())
     196                        if (/*(*table)[i]->ref_count != 0
     197                                        &&*/ !(*table)[i]->info.isUnspecified())
    198198                                nodelist.push_back((*table)[i]->id);
    199199                }
Note: See TracChangeset for help on using the changeset viewer.