Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/gras_process_getpid/gras_os_getpid/
[simgrid.git] / include / gras / virtu.h
index 6b3b7f6..aab294e 100644 (file)
@@ -44,7 +44,7 @@ gras_os_myname(void);
  * Returns the process ID of the current process.  (This is often used
    by routines that generate unique temporary file names.)
  */
-int gras_process_getpid(void);
+int gras_os_getpid(void);
 
 /** @} */
 END_DECL()