X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f01052cf1a094dd5df8869e4b26431b1efb6abb0..485fa582bda7c51fb184bf0f82d0eb250be9f805:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 0a872a65ed..bb73630c0b 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -89,7 +89,7 @@ XBT_PUBLIC const char* sg_host_self_get_name(); * * @param host host to test */ -XBT_PUBLIC int sg_host_get_nb_pstates(const_sg_host_t host); +XBT_PUBLIC unsigned long sg_host_get_nb_pstates(const_sg_host_t host); XBT_PUBLIC int sg_host_get_pstate(const_sg_host_t host); XBT_PUBLIC void sg_host_set_pstate(sg_host_t host, int pstate);