X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eed8daedf7c2d58e0db96826205f138cedb9cc5a..337c0de59186a44f7a146bc28628ee10f6e5f9ed:/include/gras/virtu.h diff --git a/include/gras/virtu.h b/include/gras/virtu.h index 13141489c8..65d3a81a22 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -15,11 +15,8 @@ SG_BEGIN_DECL() /** @addtogroup GRAS_virtu - * @brief System call abstraction layer (Virtualization). + * @brief System call abstraction layer. * - *
Top [\ref index]::[\ref GRAS_API] - *
Prev [\ref GRAS_timer] - *
Next [\ref GRAS_globals]
* * @{ */ @@ -49,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()