mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Add a cmd option to control state change mechanism
This commit is contained in:
@@ -614,6 +614,7 @@ void FairMQDevice::SetTransport(const string& transport)
|
||||
|
||||
void FairMQDevice::SetConfig(FairMQProgOptions& config)
|
||||
{
|
||||
LOG(DEBUG) << "PID: " << getpid();
|
||||
fConfig = &config;
|
||||
fChannels = config.GetFairMQMap();
|
||||
SetTransport(config.GetValue<string>("transport"));
|
||||
|
Reference in New Issue
Block a user