mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-14 15:00:17 +00:00
Fix setting of ZeroMQ I/O Threads (setting was not propagated before)
This commit is contained in:
committed by
Mohammad Al-Turany
parent
023d88d0ef
commit
91d3f013c0
@@ -168,7 +168,7 @@ class FairMQChannel
|
||||
int fNoBlockFlag;
|
||||
int fSndMoreFlag;
|
||||
|
||||
bool InitCommandInterface(FairMQTransportFactory* factory);
|
||||
bool InitCommandInterface(FairMQTransportFactory* factory, int numIoThreads);
|
||||
|
||||
bool HandleUnblock() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user