aboutsummaryrefslogtreecommitdiffhomepage
path: root/tddb/td/db/binlog/ConcurrentBinlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tddb/td/db/binlog/ConcurrentBinlog.h')
-rw-r--r--tddb/td/db/binlog/ConcurrentBinlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tddb/td/db/binlog/ConcurrentBinlog.h b/tddb/td/db/binlog/ConcurrentBinlog.h
index 51eeff280..33e91b11b 100644
--- a/tddb/td/db/binlog/ConcurrentBinlog.h
+++ b/tddb/td/db/binlog/ConcurrentBinlog.h
@@ -55,6 +55,7 @@ class ConcurrentBinlog final : public BinlogInterface {
CSlice get_path() const {
return path_;
}
+ uint64 erase_batch(std::vector<uint64> event_ids) final;
private:
void init_impl(unique_ptr<Binlog> binlog, int scheduler_id);