Update fdbclient/StorageServerInterface.h

Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
This commit is contained in:
Xin Dong 2020-08-12 15:47:32 -07:00 committed by GitHub
parent b17667323e
commit ddec93c504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}