Changeset 5647 for source/ariba
- Timestamp:
- Aug 4, 2009, 12:48:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5646 r5647 194 194 // all nodes that I know, fingers, succ/pred 195 195 for (size_t i = 0; i < table->size(); i++){ 196 if ( (*table)[i]->ref_count != 0197 && !(*table)[i]->info.isUnspecified())196 if (/*(*table)[i]->ref_count != 0 197 &&*/ !(*table)[i]->info.isUnspecified()) 198 198 nodelist.push_back((*table)[i]->id); 199 199 }
Note:
See TracChangeset
for help on using the changeset viewer.