Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't load DLLs when org.simgrid.NativeLib is loaded: it's called by cmake before...
[simgrid.git] / src / msg / msg_private.h
index b7d7b9ec5311c438cd7a780e7e308f690c435918..01bbea57a8d165b26619d53d6609ea37ac054a5c 100644 (file)
@@ -160,7 +160,7 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global;
 
 XBT_PRIVATE msg_host_t __MSG_host_create(sg_host_t host);
 XBT_PRIVATE msg_storage_t __MSG_storage_create(smx_storage_t storage);
-XBT_PRIVATE void __MSG_host_destroy(msg_host_t host);
+void __MSG_host_destroy(msg_host_t host);
 XBT_PRIVATE void __MSG_host_priv_free(msg_host_priv_t priv);
 XBT_PRIVATE void __MSG_storage_destroy(msg_storage_priv_t host);
 XBT_PRIVATE void __MSG_file_destroy(msg_file_priv_t host);