Changeset 5748
- Timestamp:
- Aug 6, 2009, 3:00:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5743 r5748 377 377 else { 378 378 // find next hop 379 const route_item* item = table->get_next_hop(m->getDestination() ,true);379 const route_item* item = table->get_next_hop(m->getDestination()); 380 380 if (item == NULL || item->id == nodeid) break; 381 381 logging_debug("routing discovery message to " <<
Note:
See TracChangeset
for help on using the changeset viewer.