diff options
| author | levlam <levlam@telegram.org> | 2019-01-07 02:44:29 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-01-07 02:44:29 +0300 |
| commit | 424faa44f3fc661f9a1e5cd00242937196077bf1 (patch) | |
| tree | 9c17974bb37808d8690f28041986de7cc8c37c84 /benchmark/bench_db.cpp | |
| parent | a2a7b44ad629d5e8f49a46a0cb0fbd0dd15af5c9 (diff) | |
Use KeyValueSyncInterface and BinlogInterface in TdDb.
GitOrigin-RevId: 6e038ac9124855660da72fc64ec131a6e8211055
Diffstat (limited to 'benchmark/bench_db.cpp')
| -rw-r--r-- | benchmark/bench_db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_db.cpp b/benchmark/bench_db.cpp index 8fff7e3c7..7fdfde80e 100644 --- a/benchmark/bench_db.cpp +++ b/benchmark/bench_db.cpp @@ -7,6 +7,7 @@ #include "td/actor/actor.h" #include "td/db/binlog/Binlog.h" +#include "td/db/binlog/ConcurrentBinlog.h" #include "td/db/BinlogKeyValue.h" #include "td/db/SeqKeyValue.h" #include "td/db/SqliteDb.h" |
