Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny cleanups in surf::VM
[simgrid.git] / src / surf / virtual_machine.hpp
index b14a744..0bdad3a 100644 (file)
@@ -80,7 +80,7 @@ public:
   virtual void setBound(double bound)=0;
 
   /* The vm object of the lower layer */
-  CpuAction *action_;
+  CpuAction *action_ = nullptr;
 protected:
   simgrid::s4u::Host *hostPM_;