mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Adapt to new asiofi release
This commit is contained in:
committed by
Dennis Klein
parent
1a00f3edbd
commit
fb42b1e2f0
@@ -99,7 +99,7 @@ class Socket final : public fair::mq::Socket
|
||||
int fRcvTimeout;
|
||||
azmq::socket fSendQueueWrite, fSendQueueRead;
|
||||
azmq::socket fRecvQueueWrite, fRecvQueueRead;
|
||||
asiofi::semaphore fSendSem, fRecvSem;
|
||||
asiofi::synchronized_semaphore fSendSem, fRecvSem;
|
||||
std::atomic<bool> fNeedOfiMemoryRegistration;
|
||||
|
||||
auto SendQueueReader() -> void;
|
||||
|
Reference in New Issue
Block a user