Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a distraction
[simgrid.git] / src / gras / Virtu / virtu_private.h
index 275e2ec..4171d2e 100644 (file)
@@ -16,6 +16,7 @@
 #include "xbt/dynar.h"
 #include "gras/Virtu/virtu_interface.h"
 #include "simix/simix.h"
+#include "gras/Msg/msg_private.h"
 
 /** @brief Data for each process */
 typedef struct {
@@ -34,8 +35,9 @@ typedef struct {
    */
   xbt_dynar_t moddata;
        
-       long int pid; /* pid of process, only for SG */
-       long int ppid; /* ppid of process, only for SG */
+  int pid; /* pid of process, only for SG */
+  int ppid; /* ppid of process, only for SG */
+       gras_msg_listener_t listener;
 } gras_procdata_t;
 
 gras_procdata_t *gras_procdata_get(void);