Skip to content

Commit

Permalink
#65 : When a thread is started, ClearForceStop API with target ID is …
Browse files Browse the repository at this point in the history
…called.
  • Loading branch information
s-takeuchi committed Nov 22, 2020
1 parent 69b7731 commit b7874a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stkfw/server/ExecElem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ void ExecElem::SetDataLength(int Len)
// Thread status was changed into "Start"
void ExecElem::ThreadStatusChangedIntoStart()
{
StkSocket_ClearForceStop(ElementId);
}

// Thread status was changed into "Stop"
Expand Down

0 comments on commit b7874a7

Please sign in to comment.