Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
avalanche::Processor::Query Struct Reference

Public Attributes

NodeId nodeid
 
uint64_t round
 
SteadyMilliseconds timeout
 
std::vector< CInvinvs
 We declare this as mutable so it can be modified in the multi_index. More...
 

Detailed Description

Definition at line 204 of file processor.h.

Member Data Documentation

◆ invs

std::vector<CInv> avalanche::Processor::Query::invs
mutable

We declare this as mutable so it can be modified in the multi_index.

This is ok because we do not use this field to index in anyway.

/!\ Do not use any mutable field as index.

Definition at line 215 of file processor.h.

◆ nodeid

NodeId avalanche::Processor::Query::nodeid

Definition at line 205 of file processor.h.

◆ round

uint64_t avalanche::Processor::Query::round

Definition at line 206 of file processor.h.

◆ timeout

SteadyMilliseconds avalanche::Processor::Query::timeout

Definition at line 207 of file processor.h.


The documentation for this struct was generated from the following file: