X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5a5b0f6ee35cb592f9345a9dafa0e29df8477ef..f186888449310ed2ffeae9f6cf170cf40f1d17d1:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 5f2f05cff1..0be8eadb9d 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -71,7 +71,6 @@ typedef msg_host_t msg_vm_t; /** @brief Opaque object describing a File in MSG. * @ingroup msg_file */ typedef xbt_dictelm_t msg_file_t; -typedef s_xbt_dictelm_t s_msg_file_t; extern int MSG_FILE_LEVEL; typedef struct simdata_file *simdata_file_t; @@ -87,6 +86,7 @@ struct msg_file_priv { void *data; simdata_file_t simdata; }; + typedef struct msg_file_priv s_msg_file_priv_t; typedef struct msg_file_priv* msg_file_priv_t; @@ -105,7 +105,6 @@ extern int MSG_STORAGE_LEVEL; * You should consider this as an opaque object. */ typedef xbt_dictelm_t msg_storage_t; -typedef s_xbt_dictelm_t s_msg_storage_t; struct msg_storage_priv { const char *hostname; @@ -143,7 +142,7 @@ typedef struct msg_comm *msg_comm_t; structure, but always use the provided API to interact with processes. */ -typedef smx_process_t msg_process_t; +typedef smx_actor_t msg_process_t; /** @brief Return code of most MSG functions @ingroup msg_simulation