X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed4446ce27bd7391527c0368a0ebd3f91db159b1..6fb08b9c6e18c4fc9d654b581996840ddab93608:/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;