]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLT_C_Component_WrapperInterface.h
corrected CDB and run number initialization for usage from external interface, AliHLT...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLT_C_Component_WrapperInterface.h
index 14448c69ea21588e07e6b2c3ab717b246f270d15..60ee2b77ec24a9c67de725e871d2109b45d47de1 100644 (file)
@@ -93,6 +93,12 @@ int AliHLT_C_CreateComponent( const char* componentType, void* environ_param, in
  */
 void AliHLT_C_DestroyComponent( AliHLTComponentHandle );
 
+/**
+ * 
+ * @ingroup alihlt_wrapper_interface
+ */
+int AliHLT_C_SetRunDescription(const AliHLTRunDesc* desc, const char* runType);
+
 /**
  * 
  * @ingroup alihlt_wrapper_interface