Changeset 5668 for source/ariba/overlay/modules/chord/Chord.h
- Timestamp:
- Aug 4, 2009, 4:42:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.h
r5646 r5668 89 89 void send_discovery_to( const NodeID& destination, int ttl = 3 ); 90 90 91 void discover_neighbors( const LinkID& lnk ); 92 91 93 public: 92 94 Chord(BaseOverlay& _baseoverlay, const NodeID& _nodeid, … … 133 135 const LinkID& lnk = LinkID::UNSPECIFIED); 134 136 137 138 135 139 /// @see Timer.h 136 140 virtual void eventFunction();
Note:
See TracChangeset
for help on using the changeset viewer.