Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the virt_overhead parameter
[simgrid.git] / src / msg / msg_private.h
index a83c36c..e80ea65 100644 (file)
@@ -120,7 +120,7 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global;
 #endif
 
 msg_host_t __MSG_host_create(smx_host_t workstation);
-void __MSG_host_destroy(msg_host_priv_t host);
+void __MSG_host_destroy(msg_host_t host);
 
 void MSG_process_cleanup_from_SIMIX(smx_process_t smx_proc);
 void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name,