Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one step toward a live migration plugin
[simgrid.git] / teshsuite / msg / cloud-simple / cloud-simple.c
index ad7b095..bd71be2 100644 (file)
@@ -4,6 +4,8 @@
  * 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");
 
 static int computation_fun(int argc, char* argv[])
@@ -263,6 +265,7 @@ int main(int argc, char* argv[])
 {
   /* Get the arguments */
   MSG_init(&argc, argv);
+  sg_vm_live_migration_plugin_init();
 
   /* load the platform file */
   const char* platform = "../../platforms/small_platform.xml";