Ignore:
Timestamp:
Aug 7, 2009, 9:42:54 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5743 r5756  
    8080        int discovery_count;
    8181
     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
    8292        // helper: sets up a link using the "base overlay"
    8393        LinkID setup( const EndpointDescriptor& endp,
Note: See TracChangeset for help on using the changeset viewer.