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