mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
add support for I/O threads to the interface (only used with ZeroMQ).
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
class FairMQSocketZMQ : public FairMQSocket
|
||||
{
|
||||
public:
|
||||
FairMQSocketZMQ(const string& type, int num);
|
||||
FairMQSocketZMQ(const string& type, int num, int numIoThreads);
|
||||
|
||||
virtual string GetId();
|
||||
|
||||
|
Reference in New Issue
Block a user