Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
privatize this function that must be called at some point of the parsing process...
[simgrid.git] / src / include / surf / surfxml_parse_private.h
index 019c175..be4eece 100644 (file)
 #include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"
 
+/** \brief Pick the right models for CPU, net and workstation, and call their model_init_preparse
+ *
+ * Must be called within parsing/creating the environment (after the <config>s, if any, and before <AS> or friends such as <cluster>)
+ */
+void surf_config_models_setup(void);
 
 #endif