Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename msg_storage_priv->host by msg_storage_priv->hostname
[simgrid.git] / include / msg / datatypes.h
index b76e6c3..760a2d8 100644 (file)
@@ -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;