X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d6125ce98df87b1f8a2407f3245513847af6cd..c85e43e7cc3034aefc758257a387d32026c05ef4:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index a708a94212..ceaa015205 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -66,7 +66,7 @@ msg_host_t __MSG_host_create(sg_host_t host) // FIXME: don't return our paramete * \param name the name of an host. * \return the corresponding host */ -msg_host_t MSG_host_get_by_name(const char *name) +msg_host_t MSG_host_by_name(const char *name) { return (msg_host_t) xbt_lib_get_elm_or_null(host_lib,name); }