From 557ed971e421202649b659e777722dab3e5e1eb1 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Tue, 12 Apr 2011 10:59:05 +0200 Subject: [PATCH] Fixing building warning. --- include/msg/msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msg/msg.h b/include/msg/msg.h index b982de17df..70a37322b5 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -44,6 +44,7 @@ XBT_PUBLIC(int) MSG_get_host_msgload(m_host_t host); /* int MSG_get_msgload(void); This function lacks specification; discard it */ XBT_PUBLIC(double) MSG_get_host_speed(m_host_t h); XBT_PUBLIC(int) MSG_host_is_avail(m_host_t h); +XBT_PUBLIC(void) __MSG_host_destroy(m_host_t host); /*property handlers*/ XBT_PUBLIC(xbt_dict_t) MSG_host_get_properties(m_host_t host); -- 2.20.1