mdbx-test: fix nops_completed type.

Change-Id: I9b9930bc26d4301d0da0fdf59bc70befc37e2f6a
This commit is contained in:
Leonid Yuriev
2020-05-25 00:50:06 +03:00
parent 4da4ab3650
commit 2c8f115400
4 changed files with 6 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ protected:
bool signalled{false};
bool need_speculum_assign{false};
size_t nops_completed{0};
uint64_t nops_completed{0};
chrono::time start_timestamp;
keygen::buffer key;
keygen::buffer data;