mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
only reset sockets if needed
This commit is contained in:
committed by
Mohammad Al-Turany
parent
c51575f88c
commit
541538e3de
@@ -244,7 +244,6 @@ class FairMQChannel
|
||||
std::string fName;
|
||||
std::atomic<bool> fIsValid;
|
||||
|
||||
|
||||
FairMQPollerPtr fPoller;
|
||||
FairMQSocketPtr fChannelCmdSocket;
|
||||
|
||||
@@ -270,6 +269,8 @@ class FairMQChannel
|
||||
|
||||
static std::atomic<bool> fInterrupted;
|
||||
bool fMultipart;
|
||||
bool fModified;
|
||||
bool fReset;
|
||||
};
|
||||
|
||||
#endif /* FAIRMQCHANNEL_H_ */
|
||||
|
Reference in New Issue
Block a user