Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take arguments as <host>:<port> (=cleanups); reduce default verbosity
[simgrid.git] / include / gras / virtu.h
index 1e0464c..65d3a81 100644 (file)
@@ -46,7 +46,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_os_getpid(void);
+long int gras_os_getpid(void);
 
 /** @} */
 SG_END_DECL()