mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
committed by
Dennis Klein
parent
61d2797971
commit
45663189a9
@@ -38,6 +38,7 @@ auto RunPoller(string transport, int pollType) -> void
|
||||
<< " --id pollout_"<< transport
|
||||
<< " --control static"
|
||||
<< " --color false"
|
||||
<< " --shm-monitor true"
|
||||
<< " --session " << session
|
||||
<< " --channel-config name=data1,type=push,method=bind,address=" << data1Address
|
||||
<< " name=data2,type=push,method=bind,address=" << data2Address;
|
||||
@@ -51,6 +52,7 @@ auto RunPoller(string transport, int pollType) -> void
|
||||
<< " --id pollin_" << transport
|
||||
<< " --control static"
|
||||
<< " --color false"
|
||||
<< " --shm-monitor true"
|
||||
<< " --session " << session
|
||||
<< " --poll-type " << pollType
|
||||
<< " --channel-config name=data1,type=pull,method=connect,address=" << data1Address
|
||||
|
Reference in New Issue
Block a user