X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7d1d5c0992980f857cb281b7f168b1ca9b54297..f23b0fb864cb60978c1fcfd48d50f62dd054fe31:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 75aceb87ed..30a58f5fd7 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -6,11 +6,8 @@ #ifndef SIMGRID_HOST_H_ #define SIMGRID_HOST_H_ -#include - #include #include - #include SG_BEGIN_DECL() @@ -98,7 +95,6 @@ XBT_PUBLIC int sg_host_core_count(sg_host_t host); /** \ingroup m_process_management * \brief Return the location on which a process is running. - * \param process a process (nullptr means the current one) * \return the sg_host_t corresponding to the location on which \a process is running. */ XBT_PUBLIC sg_host_t sg_host_self();