Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] fix a few recently introduced smells
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.hpp
index c775761..7015fc6 100644 (file)
@@ -41,7 +41,7 @@ public:
   void suspend(kernel::actor::ActorImpl* issuer);
   void resume();
   void shutdown(kernel::actor::ActorImpl* issuer);
-  void destroy();
+  void vm_destroy();
 
   /** @brief Change the physical host on which the given VM is running */
   void set_physical_host(s4u::Host* dest);