mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-17 18:41:46 +00:00
DDS plugin: handle n to m on single channel name case
This commit is contained in:
committed by
Mohammad Al-Turany
parent
13678f9f6d
commit
6e40011a18
@@ -59,7 +59,7 @@ FairMQMap SUBOPT::UserParser(const vector<string>& channelConfig, const string&
|
||||
}
|
||||
else if (subopt >= 0 && value != nullptr)
|
||||
{
|
||||
socketProperties.put(channelOptionKeys[subopt], value);
|
||||
channelProperties.put(channelOptionKeys[subopt], value);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -59,6 +59,7 @@ struct SUBOPT
|
||||
SNDKERNELSIZE,
|
||||
RCVKERNELSIZE,
|
||||
RATELOGGING, // logging rate
|
||||
NUMSOCKETS,
|
||||
lastsocketkey
|
||||
};
|
||||
|
||||
@@ -73,6 +74,7 @@ struct SUBOPT
|
||||
/*[SNDKERNELSIZE] = */ "sndKernelSize",
|
||||
/*[RCVKERNELSIZE] = */ "rcvKernelSize",
|
||||
/*[RATELOGGING] = */ "rateLogging",
|
||||
/*[NUMSOCKETS] = */ "numSockets",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user