mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
parent
b1470ba047
commit
4e651f8d0f
7 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ void MiStatsCallback(const char* msg, void* arg) {
|
|||
absl::StrAppend(str, msg);
|
||||
}
|
||||
|
||||
// blocksize, reserved, commited, used.
|
||||
// blocksize, reserved, committed, used.
|
||||
using BlockKey = std::tuple<size_t, size_t, size_t, size_t>;
|
||||
using BlockMap = absl::flat_hash_map<BlockKey, uint64_t>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue