Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to hide something under the rug for now
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sat, 30 Jul 2022 18:39:13 +0000 (20:39 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sat, 30 Jul 2022 18:39:13 +0000 (20:39 +0200)
src/mc/mc_pattern.hpp

index 6a8f735..eb3bb1d 100644 (file)
@@ -32,6 +32,7 @@ class ActorState {
   /** Exploration control information */
   InterleavingType state_ = InterleavingType::disabled;
 
+  XBT_ATTRIB_UNUSED aid_t aid_;
   /** Number of times that the actor was considered to be executed in previous explorations of the state space */
   unsigned int times_considered_ = 0;
   /** Maximal amount of times that the actor can be considered for execution in this state.