Changeset 5665 for source/ariba/overlay/modules/chord/Chord.cpp
- Timestamp:
- Aug 4, 2009, 3:44:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5664 r5665 354 354 // find next hop 355 355 const route_item* item = table->get_next_hop( 356 m->getDestination() );357 if (item ->id == nodeid) break;356 m->getDestination(),true); 357 if (item == NULL || item->id == nodeid) break; 358 358 logging_debug("routing discovery message to " << 359 359 item->id.toString() );
Note:
See TracChangeset
for help on using the changeset viewer.