X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3d77bcfdee15eacc3d7c72d3e572cace4427c51..b0419e2256126c8ca499e53ab6dc9f7381fc5916:/src/include/surf/surfxml_parse_private.h?ds=sidebyside diff --git a/src/include/surf/surfxml_parse_private.h b/src/include/surf/surfxml_parse_private.h index 5a57f0db7c..be4eece647 100644 --- a/src/include/surf/surfxml_parse_private.h +++ b/src/include/surf/surfxml_parse_private.h @@ -1,6 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -8,12 +7,15 @@ #ifndef _SURF_SURFXML_PARSE_PRIVATE_H #define _SURF_SURFXML_PARSE_PRIVATE_H -#include #include "xbt/misc.h" #include "xbt/function_types.h" #include "surf/surfxml_parse.h" #include "surf/trace_mgr.h" -XBT_PUBLIC void surf_parse_get_trace(tmgr_trace_t *trace, const char *string); +/** \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 s, if any, and before or friends such as ) + */ +void surf_config_models_setup(void); #endif