Changeset 5902 for source/ariba/overlay/modules/chord/detail
- Timestamp:
- Aug 13, 2009, 2:51:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r5735 r5902 267 267 } 268 268 } 269 if (best_item != NULL && distance(value, id)<distance(value, best_item->id)) 270 return NULL; 269 271 return best_item; 270 272 }
Note:
See TracChangeset
for help on using the changeset viewer.