]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/Transition.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more progress in simcalls modernization and MC cleanup
[simgrid.git] / src / mc / Transition.hpp
index a8a151eea4a633b21d7ad66690f6fdf8b98209ba..5220bea4d6eec006e31016c37d38f97863c8aebd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2021. The SimGrid Team.
+/* Copyright (c) 2015-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,6 +7,7 @@
 #ifndef SIMGRID_MC_TRANSITION_HPP
 #define SIMGRID_MC_TRANSITION_HPP
 
+#include "simgrid/forward.h" // aid_t
 #include <string>
 
 namespace simgrid {
@@ -22,7 +23,7 @@ namespace mc {
  */
 class Transition {
 public:
-  long aid_ = 0;
+  aid_t aid_ = 0;
 
   /* Which transition was executed for this simcall
    *