X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b29830df70e823202e384a7655e4371193ecd7..b283430cb109f0ef78eaeba48f8942b512c659d2:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index e3f98d88da..9734130959 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -62,11 +62,6 @@ private: void reportMultipleUse() const; } s_simdata_task_t; -/********************************* File **************************************/ -typedef struct simdata_file { - smx_file_t smx_file; -} s_simdata_file_t; - /******************************* Process *************************************/ namespace simgrid { @@ -106,10 +101,6 @@ SG_BEGIN_DECL() XBT_PUBLIC_DATA(MSG_Global_t) msg_global; /*************************************************************/ - -XBT_PRIVATE msg_host_t __MSG_host_create(sg_host_t host); -XBT_PRIVATE void __MSG_file_destroy(msg_file_t file); - XBT_PRIVATE void MSG_process_cleanup_from_SIMIX(smx_actor_t smx_proc); XBT_PRIVATE smx_actor_t MSG_process_create_from_SIMIX(const char* name, std::function code, void* data, sg_host_t host, xbt_dict_t properties,