Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migration: fix status check of migration
[simgrid.git] / include / msg / datatypes.h
index 760a2d8..8f629c6 100644 (file)
@@ -51,6 +51,7 @@ typedef struct msg_host_priv {
   int        dp_enabled;
   xbt_dict_t dp_objs;
   double     dp_updated_by_deleted_tasks;
+  int        is_migrating;
 
   xbt_dict_t affinity_mask_db;