Changeset 5628 for source/ariba/overlay/modules/chord/detail
- Timestamp:
- Aug 3, 2009, 4:43:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r5432 r5628 253 253 for (size_t i=0; i<table.size(); i++) { 254 254 item* curr = &table[i]; 255 255 256 // not not include orphans into routing! 256 257 if (curr->ref_count==0) continue;
Note:
See TracChangeset
for help on using the changeset viewer.