Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to call cimix everytime for that
[simgrid.git] / include / simgrid / msg.h
index 64596fd..9e22c1a 100644 (file)
@@ -99,8 +99,10 @@ extern int MSG_STORAGE_LEVEL;
 typedef xbt_dictelm_t msg_storage_t;
 
 struct msg_storage_priv  {
-  const char *hostname;
-  void *data;
+  const char* name;
+  const char* hostname;
+  sg_size_t size;
+  void* data;
 };
 typedef struct msg_storage_priv  s_msg_storage_priv_t;
 typedef struct msg_storage_priv* msg_storage_priv_t;