mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add a pointer data type serializer function in the boost serializer add the zmq and nanomsg directories in cmaklists that use the runSimpleMQStateMachine
This commit is contained in:
committed by
Florian Uhlig
parent
afda64a83d
commit
8f32579984
@@ -18,9 +18,9 @@
|
||||
|
||||
/// ZMQ/nmsg (in FairSoft)
|
||||
#ifdef NANOMSG
|
||||
#include "nanomsg/FairMQTransportFactoryNN.h"
|
||||
#include "FairMQTransportFactoryNN.h"
|
||||
#else
|
||||
#include "zeromq/FairMQTransportFactoryZMQ.h"
|
||||
#include "FairMQTransportFactoryZMQ.h"
|
||||
#endif
|
||||
|
||||
/// FairRoot - FairMQ
|
||||
|
Reference in New Issue
Block a user