From: mquinson Date: Tue, 29 Mar 2005 21:25:05 +0000 (+0000) Subject: Change the name of a function which was not implemented yet X-Git-Tag: v3.3~4174 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f8521bcf90db5c4bfd343892568497ef90a94da Change the name of a function which was not implemented yet git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1180 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/gras/virtu.h b/include/gras/virtu.h index e8c5faea4e..e15510edb7 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -32,12 +32,12 @@ void gras_os_sleep(double sec); /** @brief get the fully-qualified name of the current host * - * Returns the fully-qualified name of the host machine, or NULL if the name + * Returns the fully-qualified name of the host machine, or "localhost" if the name * cannot be determined. Always returns the same value, so multiple calls * cause no problems. */ const char * -gras_get_my_fqdn(void); +gras_os_myname(void); /** @} */ END_DECL()