Changeset 5151 for source/ariba/overlay/modules/chord/Chord.h
- Timestamp:
- Jul 21, 2009, 1:54:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.h
r3718 r5151 77 77 int stabilize_finger; 78 78 LinkID bootstrapLink; 79 vector<NodeID> pending; 79 80 80 81 // helper: sets up a link using the "base overlay" 81 LinkID setup( const EndpointDescriptor& endp );82 LinkID setup( const EndpointDescriptor& endp, const NodeID& node = NodeID::UNSPECIFIED ); 82 83 83 84 // helper: sends a message using the "base overlay" … … 91 92 OverlayStructureEvents* _eventsReceiver, const OverlayParameterSet& param); 92 93 virtual ~Chord(); 94 95 /// @see OverlayInterface.h 96 virtual const LinkID& getNextLinkId( const NodeID& id ) const; 93 97 94 98 /// @see OverlayInterface.h … … 113 117 114 118 /// @see OverlayInterface.h 119 virtual void routeMessage(const NodeID& node, const LinkID& link, Message* msg); 120 121 /// @see OverlayInterface.h 115 122 virtual NodeList getKnownNodes() const; 116 123
Note:
See TracChangeset
for help on using the changeset viewer.