From 5baf307c4e35a5f4cedab258522cac44c89bded4 Mon Sep 17 00:00:00 2001 From: richterm Date: Sun, 7 Jun 2009 00:09:30 +0000 Subject: [PATCH] disable HLTOUT handler for component statistics due to bug https://savannah.cern.ch/bugs/?51359 --- HLT/BASE/util/AliHLTAgentUtil.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 || -- 2.43.0