Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do the initialization in the constructor
[simgrid.git] / src / simix / libsmx.cpp
index 5afac827ef02692af9a82a557b473daf573f401b..e9fb2be7f418bfc04f9887444860545ebe949672 100644 (file)
@@ -161,28 +161,6 @@ e_smx_state_t simcall_execution_wait(smx_activity_t execution)
   return (e_smx_state_t) simcall_BODY_execution_wait(execution);
 }
 
-/**
- * \ingroup simix_vm_management
- * \brief Suspend the given VM
- *
- * \param vm VM
- */
-void simcall_vm_suspend(sg_host_t vm)
-{
-  simcall_BODY_vm_suspend(vm);
-}
-
-/**
- * \ingroup simix_vm_management
- * \brief Shutdown the given VM
- *
- * \param vm VM
- */
-void simcall_vm_shutdown(sg_host_t vm)
-{
-  simcall_BODY_vm_shutdown(vm);
-}
-
 /**
  * \ingroup simix_process_management
  * \brief Kills a SIMIX process.
@@ -548,7 +526,7 @@ void simcall_comm_wait(smx_activity_t comm, double timeout)
  * \brief Set the category of an synchro.
  *
  * This functions changes the category only. It calls a surf function.
- * \param execution The execution synchro
+ * \param synchro The execution synchro
  * \param category The tracing category
  */
 void simcall_set_category(smx_activity_t synchro, const char *category)