Ignore:
Timestamp:
Aug 5, 2009, 11:05:33 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5682 r5698  
    314314                        logging_debug("Route chord message to "
    315315                                << item->id.toString() << " (destination=" << m->getDestination() << ")");
    316                         send(m, item->info);
     316                        ChordMessage cmsg(*m);
     317                        send(&cmsg, item->info);
    317318                }
    318319                break;
Note: See TracChangeset for help on using the changeset viewer.