X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10ceac5fd14fb0426b5c93bda85676a79b02d0be..3c54d02850abee2eae461d8bf2d02684ea3c7597:/include/simgrid/msg.h?ds=sidebyside diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 0be8eadb9d..5965716b9d 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -31,17 +31,8 @@ typedef simgrid_As *msg_as_t; */ typedef sg_host_t msg_host_t; -typedef struct s_msg_host_priv { - int dp_enabled; - xbt_dict_t dp_objs; - double dp_updated_by_deleted_tasks; - int is_migrating; - - xbt_dynar_t file_descriptor_table; -} s_msg_host_priv_t; XBT_PUBLIC_DATA(int) sg_storage_max_file_descriptors; - /* ******************************** Task ************************************ */ typedef struct simdata_task *simdata_task_t;