Changes in src/IdPool_impl.hpp [5a4cbc:b97a60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/IdPool_impl.hpp ¶
r5a4cbc rb97a60 96 96 return; 97 97 } 98 LOG( 3, "DEBUG: Defragmenting id pool.");98 LOG(1, "STATUS: Defragmenting id pool."); 99 99 for(typename IdPool_t::iterator iter = pool.begin();iter!=pool.end();) { 100 100 // see if this range is adjacent to the next one
Note:
See TracChangeset
for help on using the changeset viewer.