]> AND Public Git Repository - simgrid.git/blobdiff - include/msg/msg.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more tiny doxygen fixes
[simgrid.git] / include / msg / msg.h
index b982de17df5f0c9b44511b58ecd66b6be817fdd0..70a37322b595c91a31f0f2aeb9f6f64f77ef94e0 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);
+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);