Changeset 5761 for source/ariba/overlay/modules
- Timestamp:
- Aug 7, 2009, 11:39:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5758 r5761 222 222 // all nodes that I know, fingers, succ/pred 223 223 for (size_t i = 0; i < table->size(); i++){ 224 if ( (*table)[i]->ref_count != 0225 && !(*table)[i]->info.isUnspecified())224 if (/*(*table)[i]->ref_count != 0 225 &&*/ !(*table)[i]->info.isUnspecified()) 226 226 nodelist.push_back((*table)[i]->id); 227 227 }
Note:
See TracChangeset
for help on using the changeset viewer.