Changeset 5756 for source/ariba/overlay/modules/chord/Chord.h
- Timestamp:
- Aug 7, 2009, 9:42:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.h
r5743 r5756 80 80 int discovery_count; 81 81 82 class back_route { 83 public: 84 NodeID id; 85 LinkID link; 86 time_t lastseen; 87 }; 88 vector<back_route> back_routes; 89 90 const LinkID& get_next_hop( const NodeID& id ) const; 91 82 92 // helper: sets up a link using the "base overlay" 83 93 LinkID setup( const EndpointDescriptor& endp,
Note:
See TracChangeset
for help on using the changeset viewer.