Ignore:
Timestamp:
Sep 25, 2009, 2:30:33 PM (15 years ago)
Author:
mies
Message:

added basic DHT functionality (untested)

File:
1 edited

Legend:

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

    r5870 r6266  
    116116        virtual const EndpointDescriptor& resolveNode(const NodeID& node) = 0;
    117117
     118
     119        /**
     120         * Returns true if this is the closest node to the given node
     121         * identifier.
     122         *
     123         * @param node The node identifier to compare with
     124         * @return True if this is the closest node to the given node identifier
     125         */
     126        virtual bool isClosestNodeTo( const NodeID& node ) = 0;
     127
    118128        /**
    119129         * Returns the nodes known to this overlay.
Note: See TracChangeset for help on using the changeset viewer.