diff --git a/fairmq/options/FairMQParser.cxx b/fairmq/options/FairMQParser.cxx index 70c91b5e..b9af5968 100644 --- a/fairmq/options/FairMQParser.cxx +++ b/fairmq/options/FairMQParser.cxx @@ -136,6 +136,7 @@ void ChannelParser(const boost::property_tree::ptree& tree, FairMQChannelMap& ch commonChannel.UpdateSndKernelSize(q.second.get("sndKernelSize", commonChannel.GetSndKernelSize())); commonChannel.UpdateRcvKernelSize(q.second.get("rcvKernelSize", commonChannel.GetRcvKernelSize())); commonChannel.UpdateLinger(q.second.get("linger", commonChannel.GetLinger())); + commonChannel.UpdateRateLogging(q.second.get("rateLogging", commonChannel.GetRateLogging())); commonChannel.UpdatePortRangeMin(q.second.get("portRangeMin", commonChannel.GetPortRangeMin())); commonChannel.UpdatePortRangeMax(q.second.get("portRangeMax", commonChannel.GetPortRangeMax())); commonChannel.UpdateAutoBind(q.second.get("autoBind", commonChannel.GetAutoBind()));