X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..3f1a266aa7b89e90628c41a58885f04ffa35db30:/doc/doxygen/module-msg.doc diff --git a/doc/doxygen/module-msg.doc b/doc/doxygen/module-msg.doc index 2241a153d3..b27ec73ce4 100644 --- a/doc/doxygen/module-msg.doc +++ b/doc/doxygen/module-msg.doc @@ -29,6 +29,7 @@ us before digging into these badly documented internal modules). - \ref msg_file_management - \ref msg_task_usage - \ref msg_VMs + - \ref msg_synchro - \ref msg_trace_driven - \ref MSG_examples - \ref msg_deprecated_functions @@ -92,6 +93,14 @@ details). * by a process to execute, communicate or otherwise handle some task. */ +/** @defgroup msg_synchro Explicit Synchronization Functions + * @ingroup MSG_API + * @brief This section describes several explicit synchronization + * mechanisms existing in MSG: semaphores (#msg_sem_t) and friends. + * + * In some situations, these things are very helpful to synchronize processes without message exchanges. + */ + /** @defgroup msg_VMs VMs * @ingroup MSG_API * @brief This section describes the interface created to mimic IaaS clouds. @@ -109,6 +118,13 @@ details). * */ +/** @defgroup msg_storage_management Storage Management Functions + * @ingroup MSG_API + * @brief This section describes the storage structure of MSG + * (#msg_storage_t) and the functions for managing it. It + * is based on POSIX functions. + */ + /** @defgroup msg_file_management File Management Functions * @ingroup MSG_API * @brief This section describes the file structure of MSG @@ -116,7 +132,6 @@ details). * is based on POSIX functions. */ - /** @defgroup msg_trace_driven Trace-driven simulations @ingroup MSG_API