X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c25a26b26202c93dc2bfa44d214b8f804b78b8b3..7d06231bf31deb78e97d5f2408e300c0e4f55af1:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index efaba4ec5a..47da526f94 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -240,7 +240,6 @@ typedef sg_msg_Comm* msg_comm_t; /* ******************************** Task ************************************ */ typedef struct msg_task { - char* name; /**< @brief task name if any */ simdata_task_t simdata; /**< @brief simulator data */ void* data; /**< @brief user data */ long long int counter; /* task unique identifier for instrumentation */