X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce4622d1b74dfc03a26b88d5312520d3ca3736fd..bca8b8649fc08b1487194c2162a6e605ed280c2d:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index fc63fc4731..8f629c6f38 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -51,6 +51,7 @@ typedef struct msg_host_priv { int dp_enabled; xbt_dict_t dp_objs; double dp_updated_by_deleted_tasks; + int is_migrating; xbt_dict_t affinity_mask_db; @@ -110,7 +111,7 @@ extern int MSG_FILE_LEVEL; typedef struct simdata_file *simdata_file_t; typedef struct msg_file_priv { - char *fullname; + char *fullpath; sg_size_t size; char* mount_point; char* storageId; @@ -138,8 +139,8 @@ typedef xbt_dictelm_t msg_storage_t; typedef s_xbt_dictelm_t s_msg_storage_t; typedef struct msg_storage_priv { - // TODO PV: fill it (or not) ! - void * dummy; + const char *hostname; + void *data; } s_msg_storage_priv_t, *msg_storage_priv_t; static inline msg_storage_priv_t MSG_storage_priv(msg_storage_t storage){