Changeset 5803 for source/ariba/overlay/modules/chord/Chord.h
- Timestamp:
- Aug 10, 2009, 5:55:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.h
r5756 r5803 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 92 82 // helper: sets up a link using the "base overlay" 93 83 LinkID setup( const EndpointDescriptor& endp,
Note:
See TracChangeset
for help on using the changeset viewer.