X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d45e78ba048ff7e081f940006a77bc122b5315be..2539fff313cbd67c45b8490f7961e45e358d9ba2:/src/gras/Virtu/virtu_sg.h diff --git a/src/gras/Virtu/virtu_sg.h b/src/gras/Virtu/virtu_sg.h index 2090257e6f..91711e85a7 100644 --- a/src/gras/Virtu/virtu_sg.h +++ b/src/gras/Virtu/virtu_sg.h @@ -14,7 +14,7 @@ #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;