|
Monero
|
#include <block_queue.h>

Public Member Functions | |
| span (uint64_t start_block_height, std::vector< cryptonote::block_complete_entry > blocks, const boost::uuids::uuid &connection_id, const epee::net_utils::network_address &addr, float rate, size_t size) | |
| span (uint64_t start_block_height, uint64_t nblocks, const boost::uuids::uuid &connection_id, const epee::net_utils::network_address &addr, boost::posix_time::ptime time) | |
| bool | operator< (const span &s) const |
Public Attributes | |
| 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 |
| epee::net_utils::network_address | origin {} |
|
inline |
|
inline |
| std::vector<cryptonote::block_complete_entry> cryptonote::block_queue::span::blocks |
| boost::uuids::uuid cryptonote::block_queue::span::connection_id |
| std::vector<crypto::hash> cryptonote::block_queue::span::hashes |
| uint64_t cryptonote::block_queue::span::nblocks |
| epee::net_utils::network_address cryptonote::block_queue::span::origin {} |
| float cryptonote::block_queue::span::rate |
| size_t cryptonote::block_queue::span::size |
| uint64_t cryptonote::block_queue::span::start_block_height |
| boost::posix_time::ptime cryptonote::block_queue::span::time |
1.8.14