port
tangwei12 7 years ago
parent 8c0e1d5cba
commit 49c2d0c5fb

@ -70,7 +70,7 @@ class RequestCheckpointHandler final : public RequestHandler {
public:
explicit RequestCheckpointHandler(bool sync_mode, int checkpoint_notify_id)
: RequestHandler(sync_mode) {
this.checkpoint_notify_id = checkpoint_notify_id;
this->checkpoint_notify_id = checkpoint_notify_id;
}
virtual ~RequestCheckpointHandler() {}
bool Handle(const std::string& varname, framework::Scope* scope,

Loading…
Cancel
Save