Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / gras / Virtu / virtu_private.h
index 4171d2e..d487f16 100644 (file)
@@ -37,11 +37,11 @@ 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);
 void *gras_libdata_by_name_from_procdata(const char *name, gras_procdata_t* pd);
    
-   
 #endif  /* GRAS_VIRTU_PRIVATE_H */