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