X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0672b1000bacd57037a1138e90553af71b50a53..d90edfc166207c7c7372bfd4f58c6392b8fd4eef:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index b95dfd9317..79fc90ae62 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -31,7 +31,6 @@ typedef struct s_smx_rvpoint *msg_mailbox_t; /* ******************************** Host ************************************ */ typedef struct m_host { - char *name; /**< @brief host name if any */ smx_host_t smx_host; /**< SIMIX representation of this host */ #ifdef MSG_USE_DEPRECATED msg_mailbox_t *mailboxes; /**< the channels */