Changeset 5433 for source/ariba/overlay
- Timestamp:
- Jul 29, 2009, 4:32:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5432 r5433 186 186 } else { 187 187 // only succ and pred 188 if( table->get_predesessor() != NULL ) 188 if( table->get_predesessor() != NULL ){ 189 189 nodelist.push_back( *(table->get_predesessor()) ); 190 191 if( table->get_successor() != NULL ) 190 } 191 192 if( table->get_successor() != NULL ){ 192 193 nodelist.push_back( *(table->get_successor()) ); 194 } 193 195 } 194 196
Note:
See TracChangeset
for help on using the changeset viewer.