Ignore:
Timestamp:
Aug 10, 2009, 5:55:19 PM (15 years ago)
Author:
huebsch
Message:

revert des kompletten overlay ordners auf revision 5752

File:
1 edited

Legend:

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

    r5756 r5803  
    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 
    9282        // helper: sets up a link using the "base overlay"
    9383        LinkID setup( const EndpointDescriptor& endp,
Note: See TracChangeset for help on using the changeset viewer.