X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4ee1fee88b1c3c22c9848f0293dc14b13122fdc..ebfe21b41d7a8b25b72d2441f9bee879d974809f:/include/simix/simix.h?ds=sidebyside diff --git a/include/simix/simix.h b/include/simix/simix.h index 3c810e3c66..967dd5dbe2 100644 --- a/include/simix/simix.h +++ b/include/simix/simix.h @@ -51,6 +51,7 @@ XBT_PUBLIC(void) SIMIX_process_set_function(const char* process_host, double process_kill_time); /*********************************** Host *************************************/ +XBT_PUBLIC(xbt_dict_t) SIMIX_host_get_dict(void); XBT_PUBLIC(smx_host_t) SIMIX_host_get_by_name(const char *name); XBT_PUBLIC(smx_host_t) SIMIX_host_self(void); XBT_PUBLIC(const char*) SIMIX_host_self_get_name(void);