- Timestamp:
- Aug 6, 2009, 3:00:04 PM (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  source/ariba/overlay/modules/chord/Chord.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/overlay/modules/chord/Chord.cppr5743 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.
  
