X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd7651841882fc2795ff07da448a240dbdc90220..f7623851a023484d8ba1d5c26134ee7850bac134:/src/msg/msg_host.cpp diff --git a/src/msg/msg_host.cpp b/src/msg/msg_host.cpp index edab20df1a..f8e8cd7ecd 100644 --- a/src/msg/msg_host.cpp +++ b/src/msg/msg_host.cpp @@ -20,7 +20,7 @@ int sg_storage_max_file_descriptors = 1024; /** @addtogroup m_host_management * (#msg_host_t) and the functions for managing it. - * + * * A location (or host) is any possible place where a process may run. Thus it may be represented * as a physical resource with computing capabilities, some mailboxes to enable running process to * communicate with remote ones, and some private data that can be only accessed by local process.