Changeset 8606 for source/ariba/overlay/modules/chord
- Timestamp:
- Sep 30, 2010, 4:34:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r6919 r8606 184 184 } 185 185 186 virtual ~chord_routing_table() { 187 BOOST_FOREACH( finger_table* f, this->finger){ 188 delete f; 189 } 190 } 191 186 192 /// check whether a node could fit the routing table 187 193 bool is_insertable( const nodeid_t& value ) {
Note:
See TracChangeset
for help on using the changeset viewer.