X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5001c11df4c0d47229ce8c6293ee2fbbb61f802e..c52c503d21e54cc4ff15a64060c2eb0b265f5f73:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index ddce32be49..f66a3377ea 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -14,21 +14,7 @@ SG_BEGIN_DECL() -/* ******************************** Mailbox ************************************ */ - -/** @brief Mailbox datatype - * @ingroup msg_task_usage - * - * Object representing a communication rendez-vous point, on which - * the sender finds the receiver it wants to communicate with. As a - * MSG user, you will only rarely manipulate any of these objects - * directly, since most of the public interface (such as - * #MSG_task_send and friends) hide this object behind a string - * alias. That mean that you don't provide the mailbox on which you - * want to send your task, but only the name of this mailbox. */ -typedef sg_mbox_t msg_mailbox_t; - -/* ******************************** Environment ************************************ */ +/* ************************* Autonomous System ****************************** */ typedef simgrid_As *msg_as_t; /* ******************************** Host ************************************ */ @@ -55,6 +41,8 @@ typedef struct s_msg_host_priv { 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;