Changeset 5432 for source/ariba/overlay
- Timestamp:
- Jul 29, 2009, 4:18:35 PM (15 years ago)
- Location:
- source/ariba/overlay/modules/chord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5316 r5432 190 190 191 191 if( table->get_successor() != NULL ) 192 192 nodelist.push_back( *(table->get_successor()) ); 193 193 } 194 194 -
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r3690 r5432 278 278 } 279 279 280 281 280 bool is_closest_to( const nodeid_t& value ) { 282 281 ring_distance distance;
Note:
See TracChangeset
for help on using the changeset viewer.