X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1b9570ff3273725b1843dfadc6c13d229ac3dbb..c95cc94a68476cd6a9eb6d8439be2439b3922f9a:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 47272b3ca4..a82b4224f7 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -49,6 +49,7 @@ XBT_PUBLIC(const char *) MSG_host_get_property_value(m_host_t host, const char *name); XBT_PUBLIC(void) MSG_create_environment(const char *file); +XBT_PUBLIC(void) MSG_load_platform_script(const char *script_file); XBT_PUBLIC(m_host_t) MSG_get_host_by_name(const char *name); XBT_PUBLIC(int) MSG_get_host_number(void);