X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..e23b481e91e2c7020856a88e25cb6f4fe1358e1f:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index a70973f9eb..37e18f5358 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -48,8 +48,8 @@ SG_BEGIN_DECL() double priority; double rate; int refcount; + int host_nb; /* ==0 if sequential task; parallel task if not */ /******* Parallel Tasks Only !!!! *******/ - int host_nb; smx_host_t *host_list; double *comp_amount; double *comm_amount;