]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
disable HLTOUT handler for component statistics due to bug https://savannah.cern...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 7 Jun 2009 00:09:30 +0000 (00:09 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 7 Jun 2009 00:09:30 +0000 (00:09 +0000)
HLT/BASE/util/AliHLTAgentUtil.cxx

index 16bd2ea80f4aedef27f47a7eca0e23bdb3512aae..dfcb2784a7c062a629c473e7fe6ad5ba5df8b6e4 100644 (file)
@@ -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 ||