Update fdbclient/StorageServerInterface.h
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
This commit is contained in:
parent
b17667323e
commit
ddec93c504
|
@ -429,7 +429,7 @@ struct ReadHotRangeWithMetrics {
|
|||
double density;
|
||||
double readBandwidth;
|
||||
|
||||
ReadHotRangeWithMetrics() {}
|
||||
ReadHotRangeWithMetrics() = default;
|
||||
ReadHotRangeWithMetrics(KeyRangeRef const& keys, double density, double readBandwidth)
|
||||
: keys(keys), density(density), readBandwidth(readBandwidth) {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue