Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prototype of gras_os_myport(), which happens to be implemented in transport module...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 Jun 2006 07:44:49 +0000 (07:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 Jun 2006 07:44:49 +0000 (07:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2405 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/virtu.h

index 65d3a81..58ea323 100644 (file)
@@ -41,6 +41,9 @@ void gras_os_sleep(double sec);
 const char *
 gras_os_myname(void);
 
 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
 /** @brief get process identification
  *
  * Returns the process ID of the current process.  (This is often used