Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MSG_vm_get_pm
[simgrid.git] / src / include / surf / surf.h
index a0f87b6..d3e2ecc 100644 (file)
@@ -315,11 +315,12 @@ typedef struct surf_vm_workstation_model_extension_public {
   void   (*restore) (void *ind_vm_ws);
 
   void   (*migrate) (void *ind_vm_ws, void *ind_vm_ws_dest); // will be vm_ws_migrate()
-  void * (*get_pm)  (void *ind_vm_ws); // will be vm_ws_get_pmt()
 
   int    (*get_state) (void *ind_vm_ws);
   void   (*set_state) (void *ind_vm_ws, int state);
 
+  void * (*get_pm) (void *ind_vm_ws); // will be vm_ws_get_pm()
+
 } s_surf_model_extension_vm_workstation_t;
 
 /** \ingroup SURF_models