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

Legend:

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

    r5432 r5628  
    253253                for (size_t i=0; i<table.size(); i++) {
    254254                        item* curr = &table[i];
     255
    255256                        // not not include orphans into routing!
    256257                        if (curr->ref_count==0) continue;
Note: See TracChangeset for help on using the changeset viewer.