1 #ifndef IPFS_CHROMIUM_DAG_HEADERS_H
2 #define IPFS_CHROMIUM_DAG_HEADERS_H
4 #include <ipfs_client/ipld/block_source.h>
10 namespace ipfs::ipld {
17 using HeaderList = std::vector<std::pair<std::string, std::string>>;
19 HeaderList
const& headers()
const {
return headers_; }
22 std::map<BlockSource::Category, short> individual_counts_;
24 std::size_t other_count_ = {};
25 BlockSource::Clock::duration other_sum_ = std::chrono::milliseconds(0);
Definition: block_source.h:12