| 88 | } |
| 89 | |
| 90 | int PhxBinLogAgent::SendEvent(const string &oldgtid, const string &newgtid, const string &event_buffer) { |
| 91 | return data_manager_->SendEvent(oldgtid, newgtid, event_buffer); |
| 92 | } |
| 93 | |
| 94 | int PhxBinLogAgent::GetLastSendGTID(const string &uuid, string *gtid) { |
| 95 | return data_manager_->GetLastSendGTID(uuid, gtid); |