Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the name of a function which was not implemented yet
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2005 21:25:05 +0000 (21:25 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2005 21:25:05 +0000 (21:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1180 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/virtu.h

index e8c5fae..e15510e 100644 (file)
@@ -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()