Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert GRAS pid from long int to int; setup a virtualization layer in XBT to choose...
[simgrid.git] / src / gras / Virtu / virtu_private.h
index 275e2ec..394012c 100644 (file)
@@ -34,8 +34,8 @@ 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_procdata_t;
 
 gras_procdata_t *gras_procdata_get(void);