提交 49c2d0c5 编写于 作者: T tangwei12

bug fix

上级 8c0e1d5c
...@@ -70,7 +70,7 @@ class RequestCheckpointHandler final : public RequestHandler { ...@@ -70,7 +70,7 @@ class RequestCheckpointHandler final : public RequestHandler {
public: public:
explicit RequestCheckpointHandler(bool sync_mode, int checkpoint_notify_id) explicit RequestCheckpointHandler(bool sync_mode, int checkpoint_notify_id)
: RequestHandler(sync_mode) { : RequestHandler(sync_mode) {
this.checkpoint_notify_id = checkpoint_notify_id; this->checkpoint_notify_id = checkpoint_notify_id;
} }
virtual ~RequestCheckpointHandler() {} virtual ~RequestCheckpointHandler() {}
bool Handle(const std::string& varname, framework::Scope* scope, bool Handle(const std::string& varname, framework::Scope* scope,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册