one shot flag not static anymore

This commit is contained in:
2022-02-22 11:29:23 +01:00
parent a274d6598e
commit 9c2ceb4a9f
3 changed files with 7 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class TestTask : public SystemObject, public ExecutableObjectIF, public HasRetur
bool testFlag = false;
private:
static bool oneShotAction;
bool oneShotAction = true;
static MutexIF* testLock;
StorageManagerIF* IPCStore;
};