block_queue
struct span
{
uint64_t start_block_height;
std::vector<crypto::hash> hashes;
std::vector<cryptonote::block_complete_entry> blocks;
boost::uuids::uuid connection_id;
uint64_t nblocks;
float rate;
size_t size;
boost::posix_time::ptime time;
};
typedef std::set<span> block_map; block_map blocks;Last updated