Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixing building warning.
authorNavarrop <Pierre.Navarro@imag.fr>
Tue, 12 Apr 2011 08:59:05 +0000 (10:59 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Tue, 12 Apr 2011 09:15:21 +0000 (11:15 +0200)
include/msg/msg.h

index b982de1..70a3732 100644 (file)
@@ -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);
 /* 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);
 
 /*property handlers*/
 XBT_PUBLIC(xbt_dict_t) MSG_host_get_properties(m_host_t host);