aboutsummaryrefslogtreecommitdiffhomepage
path: root/tddb/td/db/binlog/Binlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tddb/td/db/binlog/Binlog.h')
-rw-r--r--tddb/td/db/binlog/Binlog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tddb/td/db/binlog/Binlog.h b/tddb/td/db/binlog/Binlog.h
index 14cb25517..82b8276a2 100644
--- a/tddb/td/db/binlog/Binlog.h
+++ b/tddb/td/db/binlog/Binlog.h
@@ -109,8 +109,8 @@ class Binlog {
}
void add_event(BinlogEvent &&event);
- void sync();
- void flush();
+ void sync(const char *source);
+ void flush(const char *source);
void lazy_flush();
double need_flush_since() const {
return need_flush_since_;