Ignore:
Timestamp:
Aug 11, 2009, 4:11:02 PM (15 years ago)
Author:
Christoph Mayer
Message:

merge noch nicht fertig

File:
1 edited

Legend:

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

    r5803 r5870  
    5151namespace overlay {
    5252
     53class OverlayMsg;
     54
    5355using ariba::communication::EndpointDescriptor;
    5456using ariba::utility::Timer;
     
    8284        // helper: sets up a link using the "base overlay"
    8385        LinkID setup( const EndpointDescriptor& endp,
    84                 const NodeID& node = NodeID::UNSPECIFIED,
    85                 const NodeID& remoteRelay = NodeID::UNSPECIFIED );
     86                const NodeID& node = NodeID::UNSPECIFIED );
    8687
    8788        // helper: sends a message using the "base overlay"
    88         seqnum_t send( Message* msg, const LinkID& link );
     89        seqnum_t send( OverlayMsg* msg, const LinkID& link );
    8990
    9091        // stabilization: sends a discovery message to the specified neighborhood
     
    9293
    9394        void discover_neighbors( const LinkID& lnk );
     95
     96        void showLinks();
    9497
    9598public:
     
    119122
    120123        /// @see OverlayInterface.h
    121         virtual void routeMessage( const NodeID& destnode, Message* msg );
    122 
    123         /// @see OverlayInterface.h
    124         virtual void routeMessage(const NodeID& node, const LinkID& link, Message* msg);
    125 
    126         /// @see OverlayInterface.h
    127124        virtual NodeList getKnownNodes(bool deep = true) const;
    128125
     
    137134                        const LinkID& lnk = LinkID::UNSPECIFIED);
    138135
    139 
    140 
    141136        /// @see Timer.h
    142137        virtual void eventFunction();
     138
    143139};
    144140
Note: See TracChangeset for help on using the changeset viewer.