X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/212a22112855f8531e29e54f0db872ec4f0f4b7e..3710083d64724dcfaa39a7f1681e9a18c9a0fe03:/src/msg/task.c diff --git a/src/msg/task.c b/src/msg/task.c index e1f3f7a850..e0d880f8e4 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -30,10 +30,10 @@ corresponding object. * \param name a name for the object. It is for user-level information and can be NULL. - * \param compute_duration a value of the processing amount (in Mflop) + * \param compute_duration a value of the processing amount (in flop) needed to process this new task. If 0, then it cannot be executed with MSG_task_execute(). This value has to be >=0. - * \param message_size a value of the amount of data (in Mb) needed to + * \param message_size a value of the amount of data (in bytes) needed to transfer this new task. If 0, then it cannot be transfered with MSG_task_get() and MSG_task_put(). This value has to be >=0. * \param data a pointer to any data may want to attach to the new