Changeset 5553 for source/ariba
- Timestamp:
- Jul 31, 2009, 6:57:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5547 r5553 343 343 logging_debug("routing discovery message to " << 344 344 item->id.toString() ); 345 send(m, item->info); 345 ChordMessage cmsg_p(*m); 346 Discovery dmsg_p(*dmsg); 347 cmsg_p.encapsulate(&dmsg_p); 348 send(&cmsg_p, item->info); 346 349 } 347 350 break;
Note:
See TracChangeset
for help on using the changeset viewer.