X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fcf60a686ecafe108ddfa713e108ec55c3bd8263..ce9554b1de3402ba9c6b647f502e09d7ce4b6d2b:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 28987a3980..46a7f53c67 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -64,6 +64,8 @@ XBT_PUBLIC(void) sg_host_init(void); // =========== user-level functions =============== XBT_PUBLIC(double) sg_host_get_speed(sg_host_t host); XBT_PUBLIC(double) sg_host_get_available_speed(sg_host_t host); +XBT_PUBLIC(int) sg_host_get_core(sg_host_t host); +XBT_PUBLIC(int) sg_host_get_state(sg_host_t host); SG_END_DECL()