Ignore:
Timestamp:
Jun 18, 2012, 1:40:59 PM (12 years ago)
Author:
Michael Tänzer
Message:

Fix DHT: messages got lost if not communicating over a direct link.

Also:

  • Fix mem leak
  • Code clean up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/OverlayInterface.h

    r8606 r10572  
    145145         */
    146146        virtual const LinkID& getNextLinkId( const NodeID& id ) const = 0;
     147       
     148        /**
     149         * Returns the NodeID of the next hop a route message would take.
     150         *
     151         * @param id The destination node id
     152         * @return The node id of the next hop
     153         */
     154        virtual const NodeID& getNextNodeId( const NodeID& id ) const;
    147155
    148156        //--- functions from CommunicationListener that we _can_ use as overlay ---
Note: See TracChangeset for help on using the changeset viewer.