mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix CID 169525 Data race condition
This commit is contained in:
@@ -270,6 +270,7 @@ class FairMQChannel
|
||||
static std::atomic<bool> fInterrupted;
|
||||
bool fMultipart;
|
||||
bool fModified;
|
||||
auto SetModified(const bool modified) -> void;
|
||||
bool fReset;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user