Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge s4u wait_any
[simgrid.git] / src / simix / SynchroIo.hpp
index afe6041..0927c0b 100644 (file)
@@ -14,12 +14,12 @@ namespace simix {
 
   XBT_PUBLIC_CLASS Io : public Synchro {
   public:
-    void suspend();
-    void resume();
+    void suspend() override;
+    void resume() override;
     void post() override;
 
-    sg_host_t host;
-    surf_action_t surf_io;
+    sg_host_t host = nullptr;
+    surf_action_t surf_io = nullptr;
   };
 
 }} // namespace simgrid::simix