Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding Derrick's function to check whether a host is up or down.
[simgrid.git] / include / msg / msg.h
index 1ad3093a9041d2e861ba26a05170e1f83022d7d2..4a570b6adb91f900e9d262da3023cb57f19160b5 100644 (file)
@@ -38,6 +38,7 @@ m_host_t MSG_host_self(void);
 int MSG_get_host_msgload(m_host_t host);
 /* int MSG_get_msgload(void); This function lacks specification; discard it */
 double MSG_get_host_speed(m_host_t h);
+int MSG_host_is_avail (m_host_t h);
 
 void MSG_create_environment(const char *file);