Changeset 5698 for source/ariba/overlay/modules/chord
- Timestamp:
- Aug 5, 2009, 11:05:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5682 r5698 314 314 logging_debug("Route chord message to " 315 315 << item->id.toString() << " (destination=" << m->getDestination() << ")"); 316 send(m, item->info); 316 ChordMessage cmsg(*m); 317 send(&cmsg, item->info); 317 318 } 318 319 break;
Note:
See TracChangeset
for help on using the changeset viewer.