Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright headers.
[simgrid.git] / teshsuite / msg / cloud-simple / cloud-simple.c
index ad7b095..5810b17 100644 (file)
@@ -1,9 +1,11 @@
-/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * 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";