Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one step toward a live migration plugin
[simgrid.git] / examples / msg / cloud-migration / cloud-migration.c
index 5fd2143..2c13261 100644 (file)
@@ -5,6 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/msg.h"
+#include "simgrid/plugins/live_migration.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
 
@@ -123,6 +124,7 @@ int main(int argc, char *argv[])
 {
   /* Get the arguments */
   MSG_init(&argc, argv);
+  MSG_vm_live_migration_plugin_init();
 
   /* load the platform file */
   MSG_create_environment(argv[1]);