Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unnecessary loop for the reset of the simcall args
[simgrid.git] / src / msg / msg_private.h
index 7edcb021246e2a1182d8d95b010e1ef0cba224cc..b7801c9f70c217955198f51fef8928df32d6d18d 100644 (file)
@@ -139,7 +139,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_t host);
+void __MSG_host_destroy(msg_host_priv_t host);
 
 void __MSG_display_process_status(void);