From 0f8521bcf90db5c4bfd343892568497ef90a94da Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 29 Mar 2005 21:25:05 +0000 Subject: [PATCH] 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 --- include/gras/virtu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.20.1