X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/plugins/live_migration.h diff --git a/include/simgrid/plugins/live_migration.h b/include/simgrid/plugins/live_migration.h index bf0e64c07e..52f0ed6ada 100644 --- a/include/simgrid/plugins/live_migration.h +++ b/include/simgrid/plugins/live_migration.h @@ -29,18 +29,6 @@ XBT_PUBLIC int sg_vm_is_migrating(const_sg_vm_t vm); XBT_PUBLIC sg_vm_t sg_vm_create_migratable(sg_host_t pm, const char* name, int coreAmount, int ramsize, int mig_netspeed, int dp_intensity); -#if SIMGRID_HAVE_MSG - -#define MSG_vm_live_migration_plugin_init() sg_vm_live_migration_plugin_init() - -#define MSG_vm_create_migratable(pm, name, coreAmount, ramsize, mig_netspeed, dp_intensity) \ - sg_vm_create_migratable((pm), (name), (coreAmount), (ramsize), (mig_netspeed), (dp_intensity)) - -#define MSG_vm_is_migrating(vm) sg_vm_is_migrating(vm) -#define MSG_vm_migrate(vm, dst_pm) sg_vm_migrate((vm), (dst_pm)) - -#endif // SIMGRID_HAVE_MSG - SG_END_DECL #endif