Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgot to add the declaration - Ad(rien)
authorAdrien Lebre <alebre@dhcp-2-16.rech172-28.emn.fr>
Wed, 13 May 2015 12:54:34 +0000 (14:54 +0200)
committerAdrien Lebre <alebre@dhcp-2-16.rech172-28.emn.fr>
Wed, 13 May 2015 12:54:34 +0000 (14:54 +0200)
src/simix/smx_host_private.h

index d267baa..f9c58eb 100644 (file)
@@ -102,6 +102,8 @@ void SIMIX_vm_set_bound(smx_host_t ind_vm, double bound);
 
 void SIMIX_vm_set_affinity(smx_host_t ind_vm, smx_host_t ind_pm, unsigned long mask);
 
+void SIMIX_vm_migratefrom_resumeto(smx_host_t vm, smx_host_t src_pm, smx_host_t dst_pm);
+
 void SIMIX_host_get_params(smx_host_t ind_vm, ws_params_t params);
 
 void SIMIX_host_set_params(smx_host_t ind_vm, ws_params_t params);