|
|
|
@ -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,
|
|
|
|
|