X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73662a7c0b0d1e462f2b99322183295be3a24a5a..9e74a8baa9c785f592bf0694e43cc3fba79e3f17:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index b76e6c3006..760a2d89e4 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -138,7 +138,7 @@ typedef xbt_dictelm_t msg_storage_t; typedef s_xbt_dictelm_t s_msg_storage_t; typedef struct msg_storage_priv { - const char *host; + const char *hostname; void *data; } s_msg_storage_priv_t, *msg_storage_priv_t;