Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 17:31:10 +0000 (17:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 17:31:10 +0000 (17:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5453 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Virtu/virtu_private.h

index dc821d4..d487f16 100644 (file)
@@ -37,7 +37,8 @@ typedef struct {
        
   int pid; /* pid of process, only for SG */
   int ppid; /* ppid of process, only for SG */
-       gras_msg_listener_t listener;
+   
+  gras_msg_listener_t listener; /* the thread in charge of the incomming communication for this process */
 } gras_procdata_t;
 
 gras_procdata_t *gras_procdata_get(void);