From 179d2a39ceed3238199765aab977d9c7b5b09db4 Mon Sep 17 00:00:00 2001 From: Adrien Lebre Date: Wed, 13 May 2015 14:54:34 +0200 Subject: [PATCH] Forgot to add the declaration - Ad(rien) --- src/simix/smx_host_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index d267baa251..f9c58eb9b0 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -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); -- 2.20.1