X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de6fe5331b6bca5f67584856912729a0814118ef..2539fff313cbd67c45b8490f7961e45e358d9ba2:/src/gras/Virtu/virtu_sg.h diff --git a/src/gras/Virtu/virtu_sg.h b/src/gras/Virtu/virtu_sg.h index 7a56b86d06..91711e85a7 100644 --- a/src/gras/Virtu/virtu_sg.h +++ b/src/gras/Virtu/virtu_sg.h @@ -11,10 +11,10 @@ #ifndef VIRTU_SG_H #define VIRTU_SG_H -#include "gras_private.h" +#include "gras/Virtu/virtu_interface.h" #include /* SimGrid header */ -#define GRAS_MAX_CHANNEL 10 +#define XBT_MAX_CHANNEL 10 typedef struct { int port; /* list of ports used by a server socket */ @@ -24,10 +24,10 @@ typedef struct { /* Data for each host */ typedef struct { - int proc[GRAS_MAX_CHANNEL]; /* PID of who's connected to each channel */ + int proc[XBT_MAX_CHANNEL]; /* PID of who's connected to each channel */ /* If =0, then free */ - gras_dynar_t *ports; + xbt_dynar_t ports; } gras_hostdata_t;