Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yet another s/_deployment// massive change. Damnit, why can't I get them all right...
[simgrid.git] / include / gras / virtu.h
index 1e0464c..58ea323 100644 (file)
@@ -41,12 +41,15 @@ void gras_os_sleep(double sec);
 const char *
 gras_os_myname(void);
 
+/** @brief returns the number on which this process is listening for incoming messages */
+int gras_os_myport(void);
+
 /** @brief get process identification
  *
  * 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()