Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
display offsets in hexa (counting in decimal sometimes difficult)
[simgrid.git] / src / msg / msg_host.c
index 08269984af9f6d98463da7df2b8d912887caf124..73eb35a95e3101883e594a6f84348dfeee8aa8ee 100644 (file)
@@ -131,12 +131,12 @@ void __MSG_host_destroy(msg_host_t host) {
   free(host);
 }
 
-#ifdef MSG_USE_DEPRECATED
 int MSG_get_host_number(void)
 {
   return xbt_lib_length(host_lib);
 }
 
+#ifdef MSG_USE_DEPRECATED
 msg_host_t *MSG_get_host_table(void)
 {
       void **array;