From: richterm Date: Sun, 7 Jun 2009 00:09:30 +0000 (+0000) Subject: disable HLTOUT handler for component statistics due to bug https://savannah.cern... X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=5baf307c4e35a5f4cedab258522cac44c89bded4;p=u%2Fmrichter%2FAliRoot.git disable HLTOUT handler for component statistics due to bug https://savannah.cern.ch/bugs/?51359 --- diff --git a/HLT/BASE/util/AliHLTAgentUtil.cxx b/HLT/BASE/util/AliHLTAgentUtil.cxx index 16bd2ea80f4..dfcb2784a7c 100644 --- a/HLT/BASE/util/AliHLTAgentUtil.cxx +++ b/HLT/BASE/util/AliHLTAgentUtil.cxx @@ -130,6 +130,7 @@ int AliHLTAgentUtil::GetHandlerDescription(AliHLTComponentDataType dt, AliHLTOUTHandlerDesc& desc) const { // see header file for class documentation + return 0; // handler for the component statistics data blocks {'COMPSTAT':'PRIV'} if (dt==kAliHLTDataTypeComponentStatistics || @@ -145,6 +146,7 @@ AliHLTOUTHandler* AliHLTAgentUtil::GetOutputHandler(AliHLTComponentDataType dt, AliHLTUInt32_t /*spec*/) { // see header file for class documentation + return NULL; // handler for the component statistics data blocks {'COMPSTAT':'PRIV'} if (dt==kAliHLTDataTypeComponentStatistics ||