From d121fa017abf8e2899d5f2c6032b0a428969d05f Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 14 Jun 2013 09:02:11 +0200 Subject: [PATCH] add missing prototype --- include/msg/msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msg/msg.h b/include/msg/msg.h index 920a80c0b8..877d3e40a0 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -100,6 +100,7 @@ XBT_PUBLIC(msg_host_t) MSG_host_self(void); XBT_PUBLIC(int) MSG_get_host_msgload(msg_host_t host); /* int MSG_get_msgload(void); This function lacks specification; discard it */ XBT_PUBLIC(double) MSG_get_host_speed(msg_host_t h); +XBT_PUBLIC(int) MSG_get_host_core(msg_host_t h); XBT_PUBLIC(int) MSG_host_is_avail(msg_host_t h); XBT_PUBLIC(void) __MSG_host_destroy(msg_host_priv_t host); -- 2.20.1