- void operator() (std::pair<const uint32_t, RS_USER> & val)
- {
- std::vector<uint32_t> newRouters = obj.IP2Routers(val.first);
- std::vector<uint32_t>::const_iterator oldIt(val.second.routers.begin());
- std::vector<uint32_t>::const_iterator newIt(newRouters.begin());
- val.second.shortPacketsCount = 0;
- while (oldIt != val.second.routers.end() ||
- newIt != newRouters.end())