Fix CID 169525 Data race condition

This commit is contained in:
Dennis Klein
2017-05-17 18:44:51 +02:00
parent c78541432f
commit ec786dce03
3 changed files with 16 additions and 1 deletions

View File

@@ -270,6 +270,7 @@ class FairMQChannel
static std::atomic<bool> fInterrupted;
bool fMultipart;
bool fModified;
auto SetModified(const bool modified) -> void;
bool fReset;
};