Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt to fix the printf issue on mac: don't use uint64 :)
[simgrid.git] / src / mc / explo / udpor / UnfoldingEvent.hpp
index 5486709..98f40ad 100644 (file)
@@ -97,7 +97,7 @@ private:
    * @brief An identifier which is used to sort events
    * deterministically
    */
-  uint64_t id = 0;
+  unsigned long id = 0;
 };
 
 } // namespace simgrid::mc::udpor