Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use long int for the pids, just to be sure without doublechecking what the size of...
[simgrid.git] / include / gras / virtu.h
index 2eb87e5..65d3a81 100644 (file)
@@ -15,7 +15,9 @@
 SG_BEGIN_DECL()
 
 /** @addtogroup GRAS_virtu  
- *  @brief System call abstraction layer (Virtualization).
+ *  @brief System call abstraction layer.
+ *
+ *
  *  @{
  */
 
@@ -44,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()