add support for serializing to xml
This commit is contained in:
@@ -359,7 +359,7 @@ void Job::DoRequestContinuationJob(JobTask & job_task, size_t priority)
|
||||
|
||||
if( cur->request->run_state != Request::RunState::assigned_to_job )
|
||||
{
|
||||
cur->request->FinishRequest(); // jak cur->request->function bedzie null to nie zadzialaja funkcje templajtowe
|
||||
cur->request->FinishRequest(); // if cur->request->function were null then templates functions would not work
|
||||
load_avg->StopRequest(cur->request);
|
||||
cur->request->Clear();
|
||||
cur->request->run_state = Request::RunState::finished;
|
||||
|
||||
Reference in New Issue
Block a user