Ignore:
Timestamp:
Aug 4, 2009, 2:36:28 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp

    r5628 r5660  
    186186        /// check whether a node could fit the routing table
    187187        bool is_insertable( const nodeid_t& value ) {
    188                 if (find_item(value)!=NULL) return false;
     188//              if (find_item(value)!=NULL) return false;
    189189                bool is_insertable_ = false;
    190190                is_insertable_ |= succ.insertable(value);
Note: See TracChangeset for help on using the changeset viewer.