X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/220a0c6c5a2edccc979b3c7f8ebc1409ff77ae0f..dd22867177c86db2e9d0b76852cb09e044b1c0c8:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index da670e193b..884ab057bd 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -31,7 +31,8 @@ typedef struct simdata_task { msg_process_t receiver; msg_host_t source; double priority; - double rate; + double bound; /* Capping for CPU resource */ + double rate; /* Capping for network resource */ int isused; /* Indicates whether the task is used in SIMIX currently */ int host_nb; /* ==0 if sequential task; parallel task if not */ /******* Parallel Tasks Only !!!! *******/